address_comment

This commit is contained in:
Botao Chen 2025-01-12 22:52:53 -08:00
parent a3b9bc29c8
commit af1ba00227
2 changed files with 11 additions and 2 deletions

View file

@ -54,6 +54,11 @@ class AgentTurnInputType(BaseModel):
type: Literal["agent_turn_input"] = "agent_turn_input"
class DialogType(BaseModel):
# expects List[Message] for messages
type: Literal["dialog"] = "dialog"
ParamType = register_schema(
Annotated[
Union[