GeminiChatMessageContent(GeminiFunctionToolResult) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the GeminiChatMessageContent class.
public GeminiChatMessageContent (Microsoft.SemanticKernel.Connectors.Google.GeminiFunctionToolResult calledToolResult);
new Microsoft.SemanticKernel.Connectors.Google.GeminiChatMessageContent : Microsoft.SemanticKernel.Connectors.Google.GeminiFunctionToolResult -> Microsoft.SemanticKernel.Connectors.Google.GeminiChatMessageContent
Public Sub New (calledToolResult As GeminiFunctionToolResult)
Parameters
- calledToolResult
- GeminiFunctionToolResult
The result of tool called by the kernel.