The default values for the parameters of the function/tool call.

Supported Types

any

const value: any = "<value>";

{ [k: string]: components.ToolParameterDefault }

const value: { [k: string]: components.ToolParameterDefault } = {
  "key": {
    transform: {
      when: {
        key: "key",
        value: "value",
      },
    },
  },
};