Uses of Class
org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
-
Uses of FunctionCallbackWrapper.Builder in org.springframework.ai.model.function
Modifier and TypeMethodDescriptionstatic <I,
O> FunctionCallbackWrapper.Builder<I, O> FunctionCallbackWrapper.builder
(BiFunction<I, ToolContext, O> biFunction) Deprecated.static <I,
O> FunctionCallbackWrapper.Builder<I, O> Deprecated.useFunctionCallback.builder()
instead.FunctionCallbackWrapper.Builder.withDescription
(String description) Deprecated.FunctionCallbackWrapper.Builder.withInputType
(Class<?> inputType) Deprecated.FunctionCallbackWrapper.Builder.withInputTypeSchema
(String inputTypeSchema) Deprecated.Deprecated.FunctionCallbackWrapper.Builder.withObjectMapper
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated.FunctionCallbackWrapper.Builder.withResponseConverter
(Function<O, String> responseConverter) Deprecated.FunctionCallbackWrapper.Builder.withSchemaType
(FunctionCallback.SchemaType schemaType) Deprecated.
FunctionCallback.builder()
instead.