background? | readonly | null | boolean |
include? | readonly | | null | readonly ( | "file_search_call.results" | "message.input_image.image_url" | "computer_call_output.output.image_url" | "reasoning.encrypted_content" | "code_interpreter_call.outputs" )[] |
input | readonly | | string | readonly AxAIOpenAIResponsesInputItem [] |
instructions? | readonly | null | string |
max_output_tokens? | readonly | null | number |
metadata? | readonly | null | Readonly <Record <string , string >> |
model | readonly | TModel |
parallel_tool_calls? | readonly | null | boolean |
previous_response_id? | readonly | null | string |
reasoning? | readonly | | null | { effort? : null | "high" | "low" | "medium" ; summary? : null | "auto" | "concise" | "detailed" ; } |
seed? | readonly | null | number |
service_tier? | readonly | null | "auto" | "default" | "flex" |
store? | readonly | null | boolean |
stream? | readonly | null | boolean |
temperature? | readonly | null | number |
text? | readonly | | null | { format? : | null | { type : "text" ; } | { type : "json_object" ; } | { json_schema? : object ; type : "json_schema" ; }; } |
tool_choice? | readonly | | null | AxAIOpenAIResponsesToolChoice |
tools? | readonly | | null | readonly AxAIOpenAIResponsesDefineFunctionTool [] |
top_p? | readonly | null | number |
truncation? | readonly | null | "auto" | "disabled" |
user? | readonly | null | string |