agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface PromptResult

    Result from sendPrompt.

    interface PromptResult {
        response: JsonRpcResponse;
        text: string;
    }
    Index

    Properties

    Properties

    response: JsonRpcResponse

    Raw JSON-RPC response from the ACP adapter.

    text: string

    Accumulated agent text output from streamed message chunks.