We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb15db5 commit dec5a1dCopy full SHA for dec5a1d
examples/01_standalone_sdk/30_tom_agent.py
@@ -98,3 +98,7 @@
98
# conversation.send_message("Please index this conversation using sleeptime_compute")
99
# conversation.run()
100
# print("\nConversation indexed for user modeling!")
101
+
102
+# Report cost
103
+cost = llm.metrics.accumulated_cost
104
+print(f"EXAMPLE_COST: {cost}")
0 commit comments