Uses of Class
dev.langchain4j.model.openai.internal.chat.Function
Packages that use Function
Package
Description
-
Uses of Function in dev.langchain4j.model.openai.internal
Methods in dev.langchain4j.model.openai.internal that return types with arguments of type FunctionModifier and TypeMethodDescriptionOpenAiUtils.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.
OpenAiUtils.toTools(Collection, boolean)
instead