open_ai: Send prompt_cache_key to improve caching (#36065)

Release Notes:

- N/A

Co-authored-by: Michael Sloan <mgsloan@gmail.com>
This commit is contained in:
Oleksiy Syvokon 2025-08-12 21:51:23 +03:00 committed by GitHub
parent 7ff0f1525e
commit 7167f193c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -473,6 +473,7 @@ pub fn into_open_ai(
} else {
None
},
prompt_cache_key: request.thread_id,
tools: request
.tools
.into_iter()