Type Alias ResponseCreateParamsStreaming
ResponseCreateParamsStreaming: { include: undefined | null | ResponseIncludable[]; input: string | ResponseInput; instructions: undefined | null | string; max_output_tokens: undefined | null | number; metadata: undefined | null | Metadata; model: ResponsesModel; parallel_tool_calls: undefined | null | boolean; previous_response_id: undefined | null | string; reasoning: undefined | null | Reasoning; store: undefined | null | boolean; stream: true; temperature: undefined | null | number; text: undefined | ResponseTextConfig; tool_choice: | undefined | ToolChoiceOptions | ToolChoiceTypes | ToolChoiceFunction; tools: undefined | OpenAIClient.Responses.Tool[]; top_p: undefined | null | number; truncation: | undefined | null | "auto" | "disabled"; user: undefined | string; }