mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Usage metrics fixed
This commit is contained in:
@@ -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 ===")
|
||||
|
||||
Reference in New Issue
Block a user