ContentPartDoneEventPart - TypeScript SDK

ContentPartDoneEventPart type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

models.ResponseOutputText

1const value: models.ResponseOutputText = {
2 text: "The capital of France is Paris.",
3 type: "output_text",
4};

models.ReasoningTextContent

1const value: models.ReasoningTextContent = {
2 text: "Let me think step by step about this problem...",
3 type: "reasoning_text",
4};

models.OpenAIResponsesRefusalContent

1const value: models.OpenAIResponsesRefusalContent = {
2 refusal: "I'm sorry, I cannot assist with that request",
3 type: "refusal",
4};