mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 02:32:40 +00:00
addres comment
This commit is contained in:
parent
af1ba00227
commit
c2c4c96811
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class AgentTurnInputType(BaseModel):
|
||||||
|
|
||||||
class DialogType(BaseModel):
|
class DialogType(BaseModel):
|
||||||
# expects List[Message] for messages
|
# expects List[Message] for messages
|
||||||
|
# this type semantically contains the output label whereas ChatCompletionInputType does not
|
||||||
type: Literal["dialog"] = "dialog"
|
type: Literal["dialog"] = "dialog"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue