ToolDescriptionSource
The source of tool descriptions, either inline text or from a configuration bundle.
Inheritors
Types
Tool descriptions sourced from a configuration bundle version.
Tool descriptions provided as inline text.
Functions
Casts this ToolDescriptionSource as a ConfigurationBundle and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.ToolDescriptionConfigurationBundle value. Throws an exception if the ToolDescriptionSource is not a ConfigurationBundle.
Casts this ToolDescriptionSource as a ConfigurationBundle and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.ToolDescriptionConfigurationBundle value. Returns null if the ToolDescriptionSource is not a ConfigurationBundle.
Casts this ToolDescriptionSource as a ToolDescriptionText and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.ToolDescriptionTextInput value. Throws an exception if the ToolDescriptionSource is not a ToolDescriptionText.
Casts this ToolDescriptionSource as a ToolDescriptionText and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.ToolDescriptionTextInput value. Returns null if the ToolDescriptionSource is not a ToolDescriptionText.