Python: Agent Name Sanitization (#1523)

* a2a agent name sanitization

* fix

* small fix

---------

Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
This commit is contained in:
Giles Odigwe
2025-10-16 13:33:25 -07:00
committed by GitHub
Unverified
parent 85921eda68
commit 76ae0a62ac
3 changed files with 112 additions and 3 deletions
@@ -439,7 +439,7 @@ async def test_get_streaming_response_with_all_parameters() -> None:
instructions="Stream response test",
max_tokens=50,
parallel_tool_calls=False,
model="gpt-4",
model_id="gpt-4",
previous_response_id="stream-prev-123",
reasoning={"mode": "stream"},
service_tier="default",