Usage metrics fixed

This commit is contained in:
Brandon Hancock
2025-03-25 14:56:27 -04:00
parent 0785d596f0
commit fa62df7d18
2 changed files with 59 additions and 40 deletions

View File

@@ -111,6 +111,8 @@ async def main():
print(
"\nNote: Structured output was not generated. The LLM may need more explicit instructions to format the response as JSON."
)
print("Usage metrics:")
print(result.usage_metrics)
# # Example 3: Multi-turn conversation
# print("\n=== Example 3: Multi-turn Conversation ===")