Type alias AIExample

AIExample: {
    input: string;
    output: string;
}

Represents an example consisting of input and output content.

Type declaration

  • input: string

    The input content for the AI platform.

  • output: string

    The expected output content from the AI platform.

Generated using TypeDoc