Agent Client Protocol - v0.12.0
    Preparing search index...

    Type Alias AgentResponse

    AgentResponse:
        | {
            id: RequestId;
            result: | InitializeResponse
            | AuthenticateResponse
            | NewSessionResponse
            | LoadSessionResponse
            | ListSessionsResponse
            | ForkSessionResponse
            | ResumeSessionResponse
            | SetSessionModeResponse
            | SetSessionConfigOptionResponse
            | PromptResponse
            | SetSessionModelResponse
            | ExtResponse;
        }
        | { error: _Error; id: RequestId }

    Type Declaration