mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
103c7e7105
* Improve conformance of OpenAI Responses API serving * Update dotnet/src/Microsoft.Agents.AI.Hosting.OpenAI/Responses/AgentRunResponseExtensions.cs Co-authored-by: Stephen Toub <stoub@microsoft.com> * Update dotnet/src/Microsoft.Agents.AI.Hosting.OpenAI/Responses/AgentRunResponseExtensions.cs Co-authored-by: Stephen Toub <stoub@microsoft.com> * Sort packages * Relax adherence where acceptable * nit * PromptCacheKey is not obsolete * format --------- Co-authored-by: Stephen Toub <stoub@microsoft.com>
67 lines
1.4 KiB
JSON
67 lines
1.4 KiB
JSON
{
|
|
"id": "resp_07678d781b44c8d40068f6faf680a88197b8fcfa44e93eb87e",
|
|
"object": "response",
|
|
"created_at": 1761016566,
|
|
"status": "completed",
|
|
"background": false,
|
|
"billing": {
|
|
"payer": "developer"
|
|
},
|
|
"error": null,
|
|
"incomplete_details": null,
|
|
"instructions": null,
|
|
"max_output_tokens": 100,
|
|
"max_tool_calls": null,
|
|
"model": "gpt-4o-mini-2024-07-18",
|
|
"output": [
|
|
{
|
|
"id": "msg_07678d781b44c8d40068f6faf80bf081979d82f54a0b141e42",
|
|
"type": "message",
|
|
"status": "completed",
|
|
"content": [
|
|
{
|
|
"type": "output_text",
|
|
"annotations": [],
|
|
"logprobs": [],
|
|
"text": "I'm sorry, I can't assist with that."
|
|
}
|
|
],
|
|
"role": "assistant"
|
|
}
|
|
],
|
|
"parallel_tool_calls": true,
|
|
"previous_response_id": null,
|
|
"prompt_cache_key": null,
|
|
"reasoning": {
|
|
"effort": null,
|
|
"summary": null
|
|
},
|
|
"safety_identifier": null,
|
|
"service_tier": "default",
|
|
"store": true,
|
|
"temperature": 1.0,
|
|
"text": {
|
|
"format": {
|
|
"type": "text"
|
|
},
|
|
"verbosity": "medium"
|
|
},
|
|
"tool_choice": "auto",
|
|
"tools": [],
|
|
"top_logprobs": 0,
|
|
"top_p": 1.0,
|
|
"truncation": "disabled",
|
|
"usage": {
|
|
"input_tokens": 15,
|
|
"input_tokens_details": {
|
|
"cached_tokens": 0
|
|
},
|
|
"output_tokens": 10,
|
|
"output_tokens_details": {
|
|
"reasoning_tokens": 0
|
|
},
|
|
"total_tokens": 25
|
|
},
|
|
"user": null,
|
|
"metadata": {}
|
|
} |