Add docstring which fixes openapi generator :/

This commit is contained in:
Ashwin Bharambe 2024-10-31 14:29:53 -07:00
parent 386372dd24
commit 95db0653e1
3 changed files with 483 additions and 62 deletions

View file

@ -406,6 +406,8 @@ class AgentTurnCreateRequest(AgentConfigOverridablePerTurn):
@json_schema_type
class AgentTurnResponseStreamChunk(BaseModel):
"""streamed agent turn completion response."""
event: AgentTurnResponseEvent