Uses of Class
dev.langchain4j.model.openai.internal.chat.Function
Packages that use Function
-
Uses of Function in dev.langchain4j.model.openai
Methods in dev.langchain4j.model.openai that return types with arguments of type FunctionModifier and TypeMethodDescriptionInternalOpenAiHelper.toFunctions
(Collection<ToolSpecification> toolSpecifications) Deprecated. -
Uses of Function in dev.langchain4j.model.openai.internal.chat
Methods in dev.langchain4j.model.openai.internal.chat that return FunctionMethods in dev.langchain4j.model.openai.internal.chat that return types with arguments of type FunctionMethods in dev.langchain4j.model.openai.internal.chat with parameters of type FunctionMethod parameters in dev.langchain4j.model.openai.internal.chat with type arguments of type FunctionModifier and TypeMethodDescriptionDeprecated.
InternalOpenAiHelper.toTools(Collection, boolean)
instead