Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.HarnessTool
Packages that use HarnessTool
-
Uses of HarnessTool in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type HarnessToolModifier and TypeMethodDescriptionfinal List<HarnessTool>InvokeHarnessRequest.tools()The tools available to the agent for this invocation.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessToolModifier and TypeMethodDescriptionInvokeHarnessRequest.Builder.tools(HarnessTool... tools) The tools available to the agent for this invocation.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type HarnessToolModifier and TypeMethodDescriptionInvokeHarnessRequest.Builder.tools(Collection<HarnessTool> tools) The tools available to the agent for this invocation.