nexus-agents - v2.80.0
    Preparing search index...

    Interface SkillExample

    Example usage of a skill.

    interface SkillExample {
        description: string;
        input: Record<string, unknown>;
        expectedOutput: string;
    }
    Index

    Properties

    description: string

    Description of what this example demonstrates

    input: Record<string, unknown>

    Input values

    expectedOutput: string

    Expected output