mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 14:57:20 +00:00
Add docstring which fixes openapi generator :/
This commit is contained in:
parent
386372dd24
commit
95db0653e1
3 changed files with 483 additions and 62 deletions
|
@ -406,6 +406,8 @@ class AgentTurnCreateRequest(AgentConfigOverridablePerTurn):
|
|||
|
||||
@json_schema_type
|
||||
class AgentTurnResponseStreamChunk(BaseModel):
|
||||
"""streamed agent turn completion response."""
|
||||
|
||||
event: AgentTurnResponseEvent
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue