InlinePayload

data class InlinePayload(val value: List<ToolDefinition>) : ToolSchema

The inline payload of the tool schema. This payload contains the schema definition directly in the request.

Constructors

Link copied to clipboard
constructor(value: List<ToolDefinition>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ToolSchema as a InlinePayload and retrieves its kotlin.collections.List value. Throws an exception if the ToolSchema is not a InlinePayload.

Link copied to clipboard

Casts this ToolSchema as a InlinePayload and retrieves its kotlin.collections.List value. Returns null if the ToolSchema is not a InlinePayload.

Link copied to clipboard

Casts this ToolSchema as a S3 and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.S3Configuration value. Throws an exception if the ToolSchema is not a S3.

Link copied to clipboard

Casts this ToolSchema as a S3 and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.S3Configuration value. Returns null if the ToolSchema is not a S3.