Type Alias ToolMetadataInput

Source
pub type ToolMetadataInput = RegisterToolInput;
👎Deprecated: Use RegisterToolInput instead.

Aliased Type§

struct ToolMetadataInput {
    pub id: String,
}

Fields§

§id: String

ID of the tool, as it was configured.