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

Can not add multiple arguments to function call #367

Open
vaskevych opened this issue Mar 31, 2025 · 0 comments
Open

Can not add multiple arguments to function call #367

vaskevych opened this issue Mar 31, 2025 · 0 comments

Comments

@vaskevych
Copy link

In model Function
https://github.com/deepgram/deepgram-dotnet-sdk/blob/main/Deepgram/Models/Agent/v2/WebSocket/Function.cs there is property Parameters.

Based on current implementation could be passed only one item with name 'item' that is really weird
and there is no ability to pass multiple params
new Function() { Description = t.Description, Name = t.Function, Parameters = new Parameters() { Type = "object", Properties = new Properties() { Item = new Item() { Description = "Set always true", Type = "boolean", } }, ParametersRequired = new List<string> {"item"} }, }

Don't have ability to pass different name.

Any ideas?

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

No branches or pull requests

1 participant