We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tokens(in/out)
Every sync BAML function call is logged in the console like this one:
Client: FLASH2 (gemini-2.0-flash-exp) - 7675ms. StopReason: "STOP". Tokens(in/out): 6500/571
However raw.__str__() for the same call returns:
raw.__str__()
Client: FLASH2 (gemini-2.0-flash-exp) - 7675ms. StopReason: "STOP".
Is this expected behaviour?
The text was updated successfully, but these errors were encountered:
Fixed in #1277
Sorry, something went wrong.
Add token counts to raw.__str__() (#1277)
b57bd30
Fixes #1271
Successfully merging a pull request may close this issue.
Every sync BAML function call is logged in the console like this one:
However
raw.__str__()
for the same call returns:Is this expected behaviour?
The text was updated successfully, but these errors were encountered: