Skip to content
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

Providers: Universal Source Generator for tools/functions #248

Closed
HavenDV opened this issue Apr 24, 2024 · 1 comment
Closed

Providers: Universal Source Generator for tools/functions #248

HavenDV opened this issue Apr 24, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request providers
Milestone

Comments

@HavenDV
Copy link
Contributor

HavenDV commented Apr 24, 2024

this part seems weird to me
var service = new BookStoreService();
model.AddGlobalTools(service.AsAnthropicTools(), service.AsAnthropicCalls());
seems like it should be more like model.GetService()

unfortunately I have not yet abstracted the functions, so far this has only been implemented for a few providers, including OpenAI, Antropic and Gemini

They can be in different formats (both in OpenAPI and xml), I would like to have a more universal generator that also has a fallback for any model

@HavenDV HavenDV added enhancement New feature or request providers labels Apr 24, 2024
@HavenDV HavenDV self-assigned this Aug 7, 2024
@HavenDV
Copy link
Contributor Author

HavenDV commented Aug 7, 2024

Closed in #419

@HavenDV HavenDV closed this as completed Aug 7, 2024
@HavenDV HavenDV added this to the 0.1.16 milestone Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request providers
Projects
Status: Done
Development

No branches or pull requests

1 participant