@yuantest/playwright - v1.2.1
    正在准备搜索索引...

    接口 AgentInitResult

    interface AgentInitResult {
        loopTarget: AgentLoopTarget;
        filesCreated: string[];
        instructionsPath?: string;
    }
    索引

    属性

    loopTarget: AgentLoopTarget
    filesCreated: string[]
    instructionsPath?: string