UNPKG

@agentica/core

Version:

Agentic AI Library specialized in LLM Function Calling

7 lines (6 loc) 151 B
export interface AgenticaUserMessageContentBase<Type extends string> { /** * Discriminator for the type of content. */ type: Type; }