Interface AidTaskOptions<In, Out>

Options for a custom Aid Task.

Type Parameters

  • In

  • Out

Hierarchy

  • AidTaskOptions

Properties

check?: boolean

Whether to check the output against the schema.

Default

false
default?: In

The default input (last user message) if no input is provided.

examples?: [In, Out][]

The few-shot prompt examples.

Generated using TypeDoc