A condition to be met for a transform to be applied to the value of a tool parameter.

Example Usage

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

let value: ToolParameterTransformCondition = {
  key: "key",
  value: "value",
};

Fields

FieldTypeRequiredDescriptionExample
keystringTRUEThe name of the parameter to check.key
valuestringTRUEThe value to check against the parameter.value
operatorstringFALSEThe operator to use for the comparison.