mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-18 11:22:22 -06:00
chore: Add the name of the agent as a billing label. This will help consumers slice their billing reports by Agent.
Fixes https://github.com/google/adk-python/issues/452 PiperOrigin-RevId: 765402643
This commit is contained in:
committed by
Copybara-Service
parent
63822c3fa8
commit
e06e6753ad
@@ -44,3 +44,4 @@ def test_output_schema():
|
||||
assert len(mockModel.requests) == 1
|
||||
assert mockModel.requests[0].config.response_schema == CustomOutput
|
||||
assert mockModel.requests[0].config.response_mime_type == 'application/json'
|
||||
assert mockModel.requests[0].config.labels == {'adk_agent_name': 'root_agent'}
|
||||
|
||||
Reference in New Issue
Block a user