The default value for a parameter of a tool call.

Example Usage

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

let value: ToolParameterDefault = {
  transform: {},
};

Fields

FieldTypeRequiredDescription
transformcomponents.ToolParameterTransformTRUEA transform to be applied to the value of a tool parameter.

Either value or format must be set:
- value is any arbitrary value: string, list or dictionary.
- format is a string composed of other parameters or context variables.