mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
rename
This commit is contained in:
parent
82109749ea
commit
ff87677102
1 changed files with 4 additions and 2 deletions
|
@ -237,8 +237,10 @@ class AgentTurnResponseTurnCompletePayload(BaseModel):
|
|||
|
||||
|
||||
@json_schema_type
|
||||
class AgentTurnResponseTurnPendingPayload(BaseModel):
|
||||
event_type: Literal[AgentTurnResponseEventType.turn_pending.value] = AgentTurnResponseEventType.turn_pending.value
|
||||
class AgentTurnResponseTurnAwaitingInputPayload(BaseModel):
|
||||
event_type: Literal[AgentTurnResponseEventType.turn_awaiting_input.value] = (
|
||||
AgentTurnResponseEventType.turn_awaiting_input.value
|
||||
)
|
||||
turn: Turn
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue