@runloop/agent-axon-client
    Preparing search index...

    Type Alias AgentTextChunkUpdate

    AgentTextChunkUpdate: AgentMessageChunkUpdate & {
        content: TextContent & { type: "text" };
    }

    An agent message chunk containing text content. After narrowing with isAgentTextChunk, update.content.text is directly typed as string.