Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.HarnessSystemContentBlock
Packages that use HarnessSystemContentBlock
-
Uses of HarnessSystemContentBlock in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessSystemContentBlockModifier and TypeMethodDescriptionstatic HarnessSystemContentBlockCreate an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type HarnessSystemContentBlockModifier and TypeMethodDescriptionfinal List<HarnessSystemContentBlock>InvokeHarnessRequest.systemPrompt()The system prompt to use for this invocation.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessSystemContentBlockModifier and TypeMethodDescriptionInvokeHarnessRequest.Builder.systemPrompt(HarnessSystemContentBlock... systemPrompt) The system prompt to use for this invocation.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type HarnessSystemContentBlockModifier and TypeMethodDescriptionInvokeHarnessRequest.Builder.systemPrompt(Collection<HarnessSystemContentBlock> systemPrompt) The system prompt to use for this invocation.