Uses of Class
org.springframework.ai.model.function.FunctionCallbackWrapper.Builder
Packages that use FunctionCallbackWrapper.Builder
-
Uses of FunctionCallbackWrapper.Builder in org.springframework.ai.model.function
Methods in org.springframework.ai.model.function that return FunctionCallbackWrapper.BuilderModifier 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(FunctionCallbackContext.SchemaType schemaType) Deprecated.
FunctionCallback.builder()instead.