Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
ContentPartAddedEventPart type definition
models.ResponseOutputText
const value: models.ResponseOutputText = { text: "The capital of France is Paris.", type: "output_text", };
models.ReasoningTextContent
const value: models.ReasoningTextContent = { text: "Let me think step by step about this problem...", type: "reasoning_text", };
models.OpenAIResponsesRefusalContent
const value: models.OpenAIResponsesRefusalContent = { refusal: "I'm sorry, I cannot assist with that request", type: "refusal", };