mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-25 14:37:45 -06:00
Add token usage to gemini (streaming), litellm and anthropic
Also included a token_usage sample that showcases the token usage of subagents with different models under a parent agent. PiperOrigin-RevId: 759347015
This commit is contained in:
committed by
Copybara-Service
parent
4d5760917d
commit
509db3f9fb
@@ -218,7 +218,7 @@ class BaseLlmFlow(ABC):
|
||||
|
||||
When the model returns transcription, the author is "user". Otherwise, the
|
||||
author is the agent name(not 'model').
|
||||
|
||||
|
||||
Args:
|
||||
llm_response: The LLM response from the LLM call.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user