UNPKG

@agentica/benchmark

Version:

Agentic AI Library specialized in LLM Function Calling

4 lines (3 loc) 289 B
import type { ILlmSchema } from "@samchon/openapi"; import type { IAgenticaSelectBenchmarkResult } from "../structures/IAgenticaSelectBenchmarkResult"; export declare function markdown<Model extends ILlmSchema.Model>(result: IAgenticaSelectBenchmarkResult<Model>): Record<string, string>;