Folderr

Official

ask_assistant

Ask a question to a specific assistant

Input Schema

NameRequiredDescriptionDefault
assistant_idYesID of the assistant to ask
questionYesQuestion to ask the assistant

Input Schema (JSON Schema)

{ "properties": { "assistant_id": { "description": "ID of the assistant to ask", "type": "string" }, "question": { "description": "Question to ask the assistant", "type": "string" } }, "required": [ "assistant_id", "question" ], "type": "object" }