ai11y docs
    Preparing search index...

    Interface AgentResponse

    @ai11y/core

    Core types and utilities shared across all ai11y packages.

    interface AgentResponse {
        instructions?: Instruction[];
        reply: string;
    }
    Index

    Properties

    Properties

    instructions?: Instruction[]
    reply: string