We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I set multiple safety settings? I can set only 1 safety parameter in IGeminiClient::TextPrompt
IGeminiClient::TextPrompt
public interface IGeminiClient { Task<GeminiMessageResponse?> TextPrompt( string message, GenerationConfig? generationConfig = null, SafetySetting? safetySetting = null); Task<GeminiMessageResponse?> TextPrompt( List<DotnetGeminiSDK.Model.Request.Content> messages, GenerationConfig? generationConfig = null, SafetySetting? safetySetting = null); ...
Describe the solution you'd like SafetySetting? safetySetting -> List<SafetySetting>? safetySetting
SafetySetting? safetySetting
List<SafetySetting>? safetySetting
The text was updated successfully, but these errors were encountered:
Thanks for suggestion, will include this in another release
Sorry, something went wrong.
gsilvamartin
No branches or pull requests
How can I set multiple safety settings? I can set only 1 safety parameter in
IGeminiClient::TextPrompt
Describe the solution you'd like
SafetySetting? safetySetting
->List<SafetySetting>? safetySetting
The text was updated successfully, but these errors were encountered: