feat(agent): support multimodal intent input and ASR transcribe endpoint
This commit is contained in:
@@ -10,3 +10,7 @@ class TaskAcceptedResponse(BaseModel):
|
||||
thread_id: str = Field(alias="threadId")
|
||||
run_id: str = Field(alias="runId")
|
||||
created: bool
|
||||
|
||||
|
||||
class AsrTranscribeResponse(BaseModel):
|
||||
transcript: str = Field(description="Transcribed text from audio")
|
||||
|
||||
Reference in New Issue
Block a user