The expected type for a static tool parameter.

Example Usage

import { StaticToolParameterType } from "syllable-sdk/models/components";

let value: StaticToolParameterType = "int";

Values

"string" | "int" | "boolean" | "data_source_list"