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.withDescription
(String description) FunctionCallbackWrapper.Builder.withInputType
(Class<?> inputType) FunctionCallbackWrapper.Builder.withInputTypeSchema
(String inputTypeSchema) FunctionCallbackWrapper.Builder.withObjectMapper
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) FunctionCallbackWrapper.Builder.withResponseConverter
(Function<O, String> responseConverter) FunctionCallbackWrapper.Builder.withSchemaType
(FunctionCallbackWrapper.Builder.SchemaType schemaType)