Uses of Class
org.bsc.spring.agentexecutor.function.AgentFunctionCallbackWrapper.Builder
-
Uses of AgentFunctionCallbackWrapper.Builder in org.bsc.spring.agentexecutor.function
Modifier and TypeMethodDescriptionstatic <I,
O> AgentFunctionCallbackWrapper.Builder<I, O> AgentFunctionCallbackWrapper.builder
(BiFunction<I, org.springframework.ai.chat.model.ToolContext, O> biFunction) static <I,
O> AgentFunctionCallbackWrapper.Builder<I, O> AgentFunctionCallbackWrapper.Builder.withDescription
(String description) AgentFunctionCallbackWrapper.Builder.withInputType
(Class<I> inputType) AgentFunctionCallbackWrapper.Builder.withInputTypeSchema
(String inputTypeSchema) AgentFunctionCallbackWrapper.Builder.withObjectMapper
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) AgentFunctionCallbackWrapper.Builder.withResponseConverter
(Function<O, String> responseConverter) AgentFunctionCallbackWrapper.Builder.withSchemaType
(org.springframework.ai.model.function.FunctionCallbackContext.SchemaType schemaType)