Uses of Class
com.microsoft.semantickernel.aiservices.openai.chatcompletion.OpenAIFunctionToolCall
-
Packages that use OpenAIFunctionToolCall Package Description com.microsoft.semantickernel.aiservices.openai.chatcompletion -
-
Uses of OpenAIFunctionToolCall in com.microsoft.semantickernel.aiservices.openai.chatcompletion
Methods in com.microsoft.semantickernel.aiservices.openai.chatcompletion that return types with arguments of type OpenAIFunctionToolCall Modifier and Type Method Description List<OpenAIFunctionToolCall>OpenAIChatMessageContent. getToolCall()Gets any tool calls requested.Constructor parameters in com.microsoft.semantickernel.aiservices.openai.chatcompletion with type arguments of type OpenAIFunctionToolCall Constructor Description OpenAIChatMessageContent(AuthorRole authorRole, String content, String modelId, T innerContent, Charset encoding, FunctionResultMetadata<?> metadata, List<OpenAIFunctionToolCall> toolCall)Creates a new instance of theOpenAIChatMessageContentclass.OpenAIStreamingChatMessageContent(String id, AuthorRole authorRole, String content, String modelId, T innerContent, Charset encoding, FunctionResultMetadata metadata, List<OpenAIFunctionToolCall> toolCall)Creates a new instance of theOpenAIChatMessageContentclass.
-