Open
Description
I updated from 0.0.9 to 0.0.11 and my tokens logging broke. I fixed it by explicitly setting model_settings=ModelSettings(include_usage=True)
in my agent definition.
Docs say that include_usage defaults to true. However, I don't think this is true unless the model is OpenAI.
Cursory glance suggests this is the line that causes the issue: