docs(skills): document API7 Gateway Bedrock support - #74
Conversation
📝 WalkthroughWalkthroughChangesAI Proxy Provider Documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✨ 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 |
There was a problem hiding this comment.
Pull request overview
Updates AI proxy skill guidance to cover Amazon Bedrock and clarify provider-specific behavior.
Changes:
- Documents Bedrock configuration, authentication, protocol detection, and streaming.
- Clarifies Anthropic, Gemini, Vertex AI, and OpenAI-compatible authentication.
- Updates supported protocols, providers, and endpoint behavior.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@skills/a7-plugin-ai-proxy/SKILL.md`:
- Around line 43-48: Update the Protocol Detection section in SKILL.md to
document that requests containing input without messages must use a URI ending
in /v1/responses to be detected as OpenAI Responses, and that custom routes
should use /v1/embeddings as the fallback when applicable.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: ce90575b-42ca-4258-bb7c-fd09b2900b93
📒 Files selected for processing (1)
skills/a7-plugin-ai-proxy/SKILL.md
Summary
a7-plugin-ai-proxyguidance for Amazon Bedrock and the current protocol surface.auth.awscredentials,provider_conf.region, model configuration, URI-based protocol detection, and Converse streaming behavior.Why
API7 Gateway 3.10.4 includes the Bedrock provider and protocol implementation, but the A7 skill still describes the earlier nine-provider surface. The generated AI Agent Skills catalog would otherwise publish stale API7 Gateway guidance.
Verified against the released API7 Gateway 3.10.4
ai-providers,ai-proxy, Anthropic Messages, and Bedrock Converse implementation.This changes skill guidance only. It does not change A7 or API7 Gateway runtime behavior, the skill's
version: "1.0.0"metadata, or repository releases.Validation
make checkgit diff --checkRequired by api7/docs#2067.
Summary by CodeRabbit