@@ -1660,7 +1660,6 @@ def compact(
16601660 input : Union [str , Iterable [ResponseInputItemParam ], None ] | Omit = omit ,
16611661 instructions : Optional [str ] | Omit = omit ,
16621662 previous_response_id : Optional [str ] | Omit = omit ,
1663- prompt_cache_key : Optional [str ] | Omit = omit ,
16641663 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
16651664 # The extra values given here take precedence over values defined on the client or passed to this method.
16661665 extra_headers : Headers | None = None ,
@@ -1696,8 +1695,6 @@ def compact(
16961695 [conversation state](https://platform.openai.com/docs/guides/conversation-state).
16971696 Cannot be used in conjunction with `conversation`.
16981697
1699- prompt_cache_key: A key to use when reading from or writing to the prompt cache.
1700-
17011698 extra_headers: Send extra headers
17021699
17031700 extra_query: Add additional query parameters to the request
@@ -1714,7 +1711,6 @@ def compact(
17141711 "input" : input ,
17151712 "instructions" : instructions ,
17161713 "previous_response_id" : previous_response_id ,
1717- "prompt_cache_key" : prompt_cache_key ,
17181714 },
17191715 response_compact_params .ResponseCompactParams ,
17201716 ),
@@ -3325,7 +3321,6 @@ async def compact(
33253321 input : Union [str , Iterable [ResponseInputItemParam ], None ] | Omit = omit ,
33263322 instructions : Optional [str ] | Omit = omit ,
33273323 previous_response_id : Optional [str ] | Omit = omit ,
3328- prompt_cache_key : Optional [str ] | Omit = omit ,
33293324 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
33303325 # The extra values given here take precedence over values defined on the client or passed to this method.
33313326 extra_headers : Headers | None = None ,
@@ -3361,8 +3356,6 @@ async def compact(
33613356 [conversation state](https://platform.openai.com/docs/guides/conversation-state).
33623357 Cannot be used in conjunction with `conversation`.
33633358
3364- prompt_cache_key: A key to use when reading from or writing to the prompt cache.
3365-
33663359 extra_headers: Send extra headers
33673360
33683361 extra_query: Add additional query parameters to the request
@@ -3379,7 +3372,6 @@ async def compact(
33793372 "input" : input ,
33803373 "instructions" : instructions ,
33813374 "previous_response_id" : previous_response_id ,
3382- "prompt_cache_key" : prompt_cache_key ,
33833375 },
33843376 response_compact_params .ResponseCompactParams ,
33853377 ),
0 commit comments