Class FunctionToolCallback.Builder<I,O>
java.lang.Object
org.springframework.ai.tool.function.FunctionToolCallback.Builder<I,O>
- Enclosing class:
- FunctionToolCallback<I,
O>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) inputSchema
(String inputSchema) inputType
(org.springframework.core.ParameterizedTypeReference<?> inputType) toolCallResultConverter
(ToolCallResultConverter toolCallResultConverter) toolMetadata
(ToolMetadata toolMetadata)
-
Method Details
-
description
-
inputSchema
-
inputType
-
inputType
public FunctionToolCallback.Builder<I,O> inputType(org.springframework.core.ParameterizedTypeReference<?> inputType) -
toolMetadata
-
toolCallResultConverter
public FunctionToolCallback.Builder<I,O> toolCallResultConverter(ToolCallResultConverter toolCallResultConverter) -
build
-