UNPKG

@agentica/benchmark

Version:

Agentic AI Library specialized in LLM Function Calling

6 lines (5 loc) 280 B
import type { IAgenticaCallBenchmarkResult } from "../structures/IAgenticaCallBenchmarkResult"; export declare const AgenticaCallBenchmarkReporter: { markdown: typeof markdown; }; export declare function markdown(result: IAgenticaCallBenchmarkResult): Record<string, string>;