{
"metadata": {
"property1": "string",
"property2": "string"
},
"top_logprobs": 0,
"temperature": 1,
"top_p": 1,
"user": "user-1234",
"safety_identifier": "safety-identifier-1234",
"prompt_cache_key": "prompt-cache-key-1234",
"service_tier": "auto",
"prompt_cache_retention": "in_memory",
"prompt_cache_options": {
"ttl": "30m",
"mode": "implicit"
},
"previous_response_id": "string",
"model": "string",
"background": false,
"max_tool_calls": 0,
"text": {
"format": {
"type": "text"
},
"verbosity": "medium"
},
"tools": [
{
"type": "function",
"name": "string",
"description": "string",
"parameters": {
"property1": "string",
"property2": "string"
},
"output_schema": {
"property1": "string",
"property2": "string"
},
"strict": true,
"defer_loading": true,
"allowed_callers": [
"direct"
]
}
],
"tool_choice": "none",
"prompt": {
"id": "string",
"version": "string",
"variables": {
"property1": "string",
"property2": "string"
}
},
"truncation": "disabled",
"reasoning": {
"mode": "string",
"effort": "medium",
"summary": "auto",
"context": "auto",
"generate_summary": "auto"
},
"input": "string",
"include": [
"file_search_call.results"
],
"parallel_tool_calls": true,
"store": true,
"instructions": "string",
"moderation": {
"model": "string",
"policy": {
"input": {
"mode": "score"
},
"output": {
"mode": "score"
}
}
},
"stream": false,
"stream_options": null,
"conversation": "string",
"context_management": [
{
"type": "string",
"compact_threshold": 1000
}
],
"max_output_tokens": 16
}