Properties of the AgenticaSelectBenchmark constructor.

interface IProps<Model extends ILlmSchema.Model> {
    agent: Agentica<Model>;
    config?: Partial<AgenticaSelectBenchmark.IConfig>;
    scenarios: IAgenticaSelectBenchmarkScenario<Model>[];
}

Type Parameters

  • Model extends ILlmSchema.Model

Properties

agent: Agentica<Model>

AI agent instance.

Configuration for the benchmark.

scenarios: IAgenticaSelectBenchmarkScenario<Model>[]

List of scenarios what you expect.