Uses of Class
org.bsc.spring.agentexecutor.function.AgentFunctionCallbackWrapper
Packages that use AgentFunctionCallbackWrapper
-
Uses of AgentFunctionCallbackWrapper in org.bsc.spring.agentexecutor
Methods in org.bsc.spring.agentexecutor that return types with arguments of type AgentFunctionCallbackWrapperModifier and TypeMethodDescription<I,
O> Optional<AgentFunctionCallbackWrapper<I, O>> ToolService.agentFunction
(@NonNull String name) Retrieves a specific function callback wrapper by name. -
Uses of AgentFunctionCallbackWrapper in org.bsc.spring.agentexecutor.function
Methods in org.bsc.spring.agentexecutor.function that return AgentFunctionCallbackWrapperModifier and TypeMethodDescriptionAgentFunctionCallbackWrapper.Builder.build()
Builds an instance ofAgentFunctionCallbackWrapper
.