Uses of Class
dev.langchain4j.model.qianfan.client.chat.FunctionCall
Packages that use FunctionCall
-
Uses of FunctionCall in dev.langchain4j.model.qianfan.client.chat
Methods in dev.langchain4j.model.qianfan.client.chat that return FunctionCallModifier and TypeMethodDescriptionFunctionCall.Builder.build()Message.functionCall()ChatCompletionResponse.getFunctionCall()Examples.getFunctionCall()Methods in dev.langchain4j.model.qianfan.client.chat with parameters of type FunctionCallModifier and TypeMethodDescriptionChatCompletionResponse.Builder.functionCall(FunctionCall functionCall) Examples.Builder.functionCall(FunctionCall functionCall) Message.Builder.functionCall(FunctionCall functionCall)