Uses of Interface
org.springframework.ai.model.function.FunctionCallback
Package
Description
-
Uses of FunctionCallback in org.springframework.ai.autoconfigure.openai
Modifier 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
Modifier and TypeClassDescriptionclass
Note that the underlying function is responsible for converting the output into format that can be consumed by the Model.Modifier and TypeMethodDescriptionFunctionCallbackContext.getFunctionCallback
(String beanName, String defaultDescription) -
Uses of FunctionCallback in org.springframework.ai.openai
Modifier and TypeMethodDescriptionvoid
OpenAiChatOptions.setFunctionCallbacks
(List<FunctionCallback> functionCallbacks) OpenAiChatOptions.Builder.withFunctionCallbacks
(List<FunctionCallback> functionCallbacks)