Uses of Interface
org.springframework.ai.model.function.FunctionCallback
Packages that use FunctionCallback
Package
Description
-
Uses of FunctionCallback in org.springframework.ai.autoconfigure.openai
Method parameters in org.springframework.ai.autoconfigure.openai with type arguments of type FunctionCallbackModifier and TypeMethodDescriptionOpenAiAutoConfiguration.openAiChatClient
(OpenAiConnectionProperties commonProperties, OpenAiChatProperties chatProperties, org.springframework.web.client.RestClient.Builder restClientBuilder, List<FunctionCallback> toolFunctionCallbacks, FunctionCallbackContext functionCallbackContext) -
Uses of FunctionCallback in org.springframework.ai.model.function
Classes in org.springframework.ai.model.function that implement FunctionCallbackModifier and TypeClassDescriptionclass
Note that the underlying function is responsible for converting the output into format that can be consumed by the Model.Methods in org.springframework.ai.model.function that return FunctionCallbackModifier and TypeMethodDescriptionFunctionCallbackContext.getFunctionCallback
(String beanName, String defaultDescription) -
Uses of FunctionCallback in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return types with arguments of type FunctionCallbackMethod parameters in org.springframework.ai.openai with type arguments of type FunctionCallbackModifier and TypeMethodDescriptionvoid
OpenAiChatOptions.setFunctionCallbacks
(List<FunctionCallback> functionCallbacks) OpenAiChatOptions.Builder.withFunctionCallbacks
(List<FunctionCallback> functionCallbacks)