Skip to content

Conversation

edenreich
Copy link
Contributor

Add Google provider support by updating OpenAPI specification and regenerating TypeScript types.

  • Downloaded latest openapi.yaml from inference-gateway repository
  • Regenerated types with openapi-typescript
  • Added google provider to Provider enum

Closes #19

Generated with Claude Code

Update OpenAPI specification and regenerate TypeScript types to include Google provider.

- Download latest openapi.yaml from inference-gateway repository
- Regenerate types with openapi-typescript 
- Add google provider to Provider enum

Closes #19

Co-authored-by: Eden Reich <[email protected]>
@edenreich edenreich requested a review from Copilot July 26, 2025 21:06
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds Google provider support to the TypeScript SDK by updating the OpenAPI specification and regenerating TypeScript types. The changes significantly expand the API's capabilities beyond just adding the Google provider.

Key changes include:

  • Addition of Google provider configuration with authentication and endpoint definitions
  • Introduction of A2A (Agent-to-Agent) protocol support with comprehensive configuration options
  • Reorganization and expansion of configuration settings for better modularity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add Google Provider

1 participant