Interface IStepCountChange

Step count change event — fired when the agent adds/processes steps.

interface IStepCountChange {
    delta: number;
    newCount: number;
    previousCount: number;
    sessionId: string;
    title: string;
}

Properties

delta: number

Number of new steps added

newCount: number

New step count

previousCount: number

Previous step count

sessionId: string

Conversation UUID (googleAgentId)

title: string

Conversation title