Increase RPM capacity and fix key names in API requests/responses#27
Open
nadimakk wants to merge 3 commits into
Open
Increase RPM capacity and fix key names in API requests/responses#27nadimakk wants to merge 3 commits into
nadimakk wants to merge 3 commits into
Conversation
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
There was a problem hiding this comment.
Pull request overview
This pull request updates the Azure AI Foundry/OpenAI agent invocation payload to use the correct agent_reference key, and increases the default deployment capacity for the Mistral Document AI model to support higher request throughput.
Changes:
- Update
openai_client.responses.create(..., extra_body=...)to sendagent_reference(instead ofagent) for agent-based calls. - Increase ARM template deployment capacity for
mistral-document-ai-2505from 1 to 60.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
challenge-6/agents/policy_matching_agent.py |
Fixes agent reference key in the Responses API request body for the policy matching agent call. |
challenge-6/agents/coverage_validation_agent.py |
Fixes agent reference key in the Responses API request body for the coverage validation agent call. |
challenge-0/infra/azuredeploy.json |
Raises the Mistral Document AI deployment capacity to improve throughput. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.