UNPKG

@agentica/rpc

Version:

Agentic AI Library specialized in LLM Function Calling

7 lines (6 loc) 140 B
export interface IAgenticaDescribeEventProgress { type: "describeMessageProgress"; sequence: number; text: string; done: boolean; }