-
Notifications
You must be signed in to change notification settings - Fork 663
feat: add OpenAI and Anthropic provider metadata #1301
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: main
Are you sure you want to change the base?
feat: add OpenAI and Anthropic provider metadata #1301
Conversation
mishraansh07
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Completes the provider metadata for OpenAI and Anthropic with proper env vars and doc links.
Only suggestion drop the duplicate .changeset file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
@maxprilutskiy merge this pr #1301 refrencing issue #1299 as it was already being reviewed . |
|
@ishwarthecodddr Looks good! Please update the changeset to patch, as this isn’t a major change. |
Summary
fixes:#1299
Adds comprehensive provider metadata for OpenAI and Anthropic LLM providers to enable proper integration, error messaging, and user guidance.
Changes
✅ Added OpenAI provider details in
provider-details.ts:OPENAI_API_KEYllm.openaiApiKey✅ Added Anthropic provider details in
provider-details.ts:ANTHROPIC_API_KEYllm.anthropicApiKey✅ Updated
provider-details.spec.tsto include both new providers in the test expectationsTesting
This enables: