ResponsesAPI extension

on

Methods

createResponse({bool? background, List<String>? include, Input? input, String? instructions, int? maxOutputTokens, Map<String, dynamic>? metadata, ChatModel? model, bool? parallelToolCalls, String? previousResponseId, ReasoningOptions? reasoning, bool? store, num? temperature, TextFormat? text, ToolChoice? toolChoice, List<Tool>? tools, num? topP, Truncation? truncation, String? user}) Future<Response>

Available on OpenAIClient, provided by the ResponsesAPI extension

streamResponse({bool? background, List<String>? include, Input? input, String? instructions, int? maxOutputTokens, Map<String, dynamic>? metadata, ChatModel? model, bool? parallelToolCalls, String? previousResponseId, ReasoningOptions? reasoning, bool? store, num? temperature, TextFormat? text, ToolChoice? toolChoice, List<Tool>? tools, num? topP, Truncation? truncation, String? user}) Future<ResponseStream>

Available on OpenAIClient, provided by the ResponsesAPI extension