ADK for TypeScript: API Reference
    Preparing search index...

    Interface Example

    A few-shot example.

    interface Example {
        input: Content;
        output: Content[];
    }

    Properties

    input: Content

    The input content for the example.

    output: Content[]

    The expected output content for the example.