-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Description
name: IncludeThoughts for Google Connector
about: Add ability to get thoughts in response from Google Gemini models.
The official C# SDK for Google supports a parameter "IncludeThoughts" on the ThinkingConfig. Setting that to true, will return the thoughts in the response.
This parameter is missing in Microsoft.SemanticKernel.Connectors.Google.GeminiThinkingConfig
Additionally, I believe the response logic for (at least) streaming should be updated as well to indicate if a part is a thought or not. Right now, InnerContent is just a string, not a POCO object as I would expect.
See official docs here. It doesn't include C# in the docs, but it's definitely there.
acharlesgithub and Cozmopolit
Metadata
Metadata
Assignees
Labels
No labels