UNPKG

@agentica/rpc

Version:

Agentic AI Library specialized in LLM Function Calling

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