You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/tryAGI.OpenAI/Generated/autosdk.generated-examples.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
"Slug": "compactconversation",
18
18
"Description": "Generated from OpenAPI examples.",
19
19
"Language": "http",
20
-
"Code": "### Compact a conversation. Returns a compacted response object.\n\nLearn when and how to compact long-running conversations in the [conversation state guide](/docs/guides/conversation-state#managing-the-context-window). For ZDR-compatible compaction details, see [Compaction (advanced)](/docs/guides/conversation-state#compaction-advanced).\n# @name Compactconversation\nPOST {{host}}/responses/compact\nAuthorization: Bearer {{token}}\nContent-Type: application/json\nAccept: application/json\n\n{\n\u0022model\u0022: \u0022gpt-5.1\u0022,\n\u0022input\u0022: \u0022string\u0022,\n\u0022previous_response_id\u0022: \u0022resp_123\u0022,\n\u0022instructions\u0022: \u0022string\u0022,\n\u0022prompt_cache_key\u0022: \u0022string\u0022,\n\u0022prompt_cache_retention\u0022: \u0022in_memory\u0022\n}\n\n## Responses\n# 200\n# Description: Success\n# Content-Type: application/json",
20
+
"Code": "### Compact a conversation. Returns a compacted response object.\n\nLearn when and how to compact long-running conversations in the [conversation state guide](/docs/guides/conversation-state#managing-the-context-window). For ZDR-compatible compaction details, see [Compaction (advanced)](/docs/guides/conversation-state#compaction-advanced).\n# @name Compactconversation\nPOST {{host}}/responses/compact\nAuthorization: Bearer {{token}}\nContent-Type: application/json\nAccept: application/json\n\n{\n\u0022model\u0022: \u0022gpt-5.1\u0022,\n\u0022input\u0022: \u0022string\u0022,\n\u0022previous_response_id\u0022: \u0022resp_123\u0022,\n\u0022instructions\u0022: \u0022string\u0022,\n\u0022prompt_cache_key\u0022: \u0022string\u0022,\n\u0022prompt_cache_retention\u0022: \u0022in_memory\u0022,\n\u0022service_tier\u0022: \u0022auto\u0022\n}\n\n## Responses\n# 200\n# Description: Success\n# Content-Type: application/json",
0 commit comments