Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CohereParameterDefinition

A definition of tool parameter.

Properties

Optional description

description: undefined | string

The description of the parameter.

Optional isRequired

isRequired: undefined | false | true

Denotes whether the parameter is always present (required) or not. Defaults to not required.

type

type: string

The type of the parameter. Must be a valid Python type.

Functions

getDeserializedJsonObj

getJsonObj