Properties of the MicroAgenticaCallBenchmark constructor.

interface IProps<Model extends ILlmSchema.Model> {
    agent: MicroAgentica<Model>;
    config?: Partial<MicroAgenticaCallBenchmark.IConfig>;
    scenarios: IAgenticaCallBenchmarkScenario<Model>[];
}

Type Parameters

  • Model extends ILlmSchema.Model

Properties

AI agent instance.

Configuration for the benchmark.

scenarios: IAgenticaCallBenchmarkScenario<Model>[]

List of scenarios what you expect.