-
Couldn't load subscription status.
- Fork 93
refactor: openai completions message creation #1451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 10-20-feat_add_image_recognition_for_openai_responses
Are you sure you want to change the base?
refactor: openai completions message creation #1451
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
v2-docs | 07d52a8 | Oct 23 2025, 05:50 PM |
95931ff to
63b7554
Compare
702e04e to
c3a996d
Compare
c3a996d to
fc78d95
Compare
63b7554 to
0c7ddf9
Compare
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 21608847 | Triggered | Generic Password | 07d52a8 | python/tests/e2e/output/cassettes/test_call_with_tools/openai_responses_gpt_4o/stream.yaml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
fc78d95 to
c71c765
Compare
0c7ddf9 to
69fd14c
Compare
Similar to the corresponding change to responses, we make sure that openai user messages combine related content into the same message where possible
c71c765 to
d75f0d8
Compare
69fd14c to
07d52a8
Compare
Merge activity
|

Similar to the corresponding change to responses, we make sure that openai user messages combine related content into the same message where possible