Uses of Class
dev.langchain4j.model.openai.internal.chat.FunctionCall
Packages that use FunctionCall
-
Uses of FunctionCall in dev.langchain4j.model.openai.internal.chat
Methods in dev.langchain4j.model.openai.internal.chat that return FunctionCallModifier and TypeMethodDescriptionFunctionCall.Builder.build()
ToolCall.function()
AssistantMessage.functionCall()
Deprecated.ChatCompletionRequest.functionCall()
Deprecated.Delta.functionCall()
Deprecated.Methods in dev.langchain4j.model.openai.internal.chat with parameters of type FunctionCallModifier and TypeMethodDescriptionToolCall.Builder.function
(FunctionCall function) AssistantMessage.Builder.functionCall
(FunctionCall functionCall) Deprecated.ChatCompletionRequest.Builder.functionCall
(FunctionCall functionCall) Deprecated.Delta.Builder.functionCall
(FunctionCall functionCall) Deprecated.