Class ToolCallAdvisor.Builder<T extends ToolCallAdvisor.Builder<T>>
java.lang.Object
org.springframework.ai.chat.client.advisor.ToolCallingAdvisor.Builder<T>
org.springframework.ai.chat.client.advisor.ToolCallAdvisor.Builder<T>
- Enclosing class:
- ToolCallAdvisor
@Deprecated(since="2.0.0",
forRemoval=true)
public static class ToolCallAdvisor.Builder<T extends ToolCallAdvisor.Builder<T>>
extends ToolCallingAdvisor.Builder<T>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.springframework.ai.chat.client.advisor.ToolCallingAdvisor.Builder
advisorOrder, conversationHistoryEnabled, copy, disableInternalConversationHistory, getAdvisorOrder, getToolCallingManager, getToolExecutionEligibilityChecker, isConversationHistoryEnabled, newCopy, self, toolCallingManager, toolExecutionEligibilityChecker
-
Constructor Details
-
Builder
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
build
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:ToolCallingAdvisor.BuilderBuilds and returns a new ToolCallingAdvisor instance with the configured properties.- Overrides:
buildin classToolCallingAdvisor.Builder<T extends ToolCallAdvisor.Builder<T>>- Returns:
- a new ToolCallingAdvisor instance
-
ToolCallingAdvisor.Builder.