addres comment

This commit is contained in:
Botao Chen 2025-01-13 20:31:47 -08:00
parent af1ba00227
commit c2c4c96811

View file

@ -56,6 +56,7 @@ class AgentTurnInputType(BaseModel):
class DialogType(BaseModel):
# expects List[Message] for messages
# this type semantically contains the output label whereas ChatCompletionInputType does not
type: Literal["dialog"] = "dialog"