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

    Type Alias ThoughtTextChunkUpdate

    ThoughtTextChunkUpdate: AgentThoughtChunkUpdate & {
        content: TextContent & { type: "text" };
    }

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