UNPKG

@agentica/rpc

Version:

Agentic AI Library specialized in LLM Function Calling

7 lines (5 loc) 187 B
import type { IAgenticaHistoryJson } from "@agentica/core"; export interface IAgenticaDescribeEventStart { type: "describeMessageStart"; executes: IAgenticaHistoryJson.IExecute[]; }