Google Agent Platform [VertexAI] : Gemini models integration#898
Google Agent Platform [VertexAI] : Gemini models integration#898Prajna1999 wants to merge 9 commits into
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
OpenAPI changes 🔴 6 breaking changesCaution Downstream consumers may need an update before merging. Breaking changes ·
|
| Method | Path | Change | |
|---|---|---|---|
| 🔴 | GET |
/api/v1/models |
added the new anthropic enum value to the data/anyOf[subschema #1: ModelConfigListPublic]/data/items/provider response property for the response status 200 |
| 🔴 | GET |
/api/v1/models |
added the new google-vertex enum value to the data/anyOf[subschema #1: ModelConfigListPublic]/data/items/provider response property for the response status 200 |
| 🔴 | GET |
/api/v1/models/grouped |
added the new anthropic enum value to the data/anyOf[subschema #1]/additionalProperties/items/provider response property for the response status 200 |
| 🔴 | GET |
/api/v1/models/grouped |
added the new google-vertex enum value to the data/anyOf[subschema #1]/additionalProperties/items/provider response property for the response status 200 |
| 🔴 | GET |
/api/v1/models/{provider}/{model_name} |
added the new anthropic enum value to the data/anyOf[subschema #1: ModelConfigPublic]/provider response property for the response status 200 |
| 🔴 | GET |
/api/v1/models/{provider}/{model_name} |
added the new google-vertex enum value to the data/anyOf[subschema #1: ModelConfigPublic]/provider response property for the response status 200 |
Full changelog · 18
| Method | Path | Change | |
|---|---|---|---|
| 🔴 | GET |
/api/v1/models |
added the new anthropic enum value to the data/anyOf[subschema #1: ModelConfigListPublic]/data/items/provider response property for the response status 200 |
| 🔴 | GET |
/api/v1/models |
added the new google-vertex enum value to the data/anyOf[subschema #1: ModelConfigListPublic]/data/items/provider response property for the response status 200 |
| 🔴 | GET |
/api/v1/models/grouped |
added the new anthropic enum value to the data/anyOf[subschema #1]/additionalProperties/items/provider response property for the response status 200 |
| 🔴 | GET |
/api/v1/models/grouped |
added the new google-vertex enum value to the data/anyOf[subschema #1]/additionalProperties/items/provider response property for the response status 200 |
| 🔴 | GET |
/api/v1/models/{provider}/{model_name} |
added the new anthropic enum value to the data/anyOf[subschema #1: ModelConfigPublic]/provider response property for the response status 200 |
| 🔴 | GET |
/api/v1/models/{provider}/{model_name} |
added the new google-vertex enum value to the data/anyOf[subschema #1: ModelConfigPublic]/provider response property for the response status 200 |
| 🟢 | POST |
/api/v1/configs |
added the new anthropic enum value to the request property config_blob/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/ |
| 🟢 | POST |
/api/v1/configs |
added the new anthropic-native enum value to the request property config_blob/completion/anyOf[subschema #1: NativeCompletionConfig]/provider |
| 🟢 | POST |
/api/v1/configs |
added the new google-vertex enum value to the request property config_blob/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/ |
| 🟢 | POST |
/api/v1/configs |
added the new google-vertex-native enum value to the request property config_blob/completion/anyOf[subschema #1: NativeCompletionConfig]/provider |
| 🟢 | POST |
/api/v1/llm/call |
added the new anthropic enum value to the request property config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/ |
| 🟢 | POST |
/api/v1/llm/call |
added the new anthropic-native enum value to the request property config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #1: NativeCompletionConfig]/provider |
| 🟢 | POST |
/api/v1/llm/call |
added the new google-vertex enum value to the request property config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/ |
| 🟢 | POST |
/api/v1/llm/call |
added the new google-vertex-native enum value to the request property config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #1: NativeCompletionConfig]/provider |
| 🟢 | POST |
/api/v1/llm/chain |
added the new anthropic enum value to the request property blocks/items/config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/ |
| 🟢 | POST |
/api/v1/llm/chain |
added the new anthropic-native enum value to the request property blocks/items/config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #1: NativeCompletionConfig]/provider |
| 🟢 | POST |
/api/v1/llm/chain |
added the new google-vertex enum value to the request property blocks/items/config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #2: KaapiCompletionConfig]/provider/anyOf[subschema #1]/ |
| 🟢 | POST |
/api/v1/llm/chain |
added the new google-vertex-native enum value to the request property blocks/items/config/blob/anyOf[subschema #1: ConfigBlob]/completion/anyOf[subschema #1: NativeCompletionConfig]/provider |
main ↔ 2447a967 · generated by oasdiff
Summary
Target issue is #PLEASE_TYPE_ISSUE_NUMBER
Explain the motivation for making this change. What existing problem does the pull request solve?
Checklist
Before submitting a pull request, please ensure that you mark these task.
fastapi run --reload app/main.pyordocker compose upin the repository root and test.Notes
Please add here if any other information is required for the reviewer.