Properties of the AgenticaCallBenchmark constructor.

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

Type Parameters

  • Model extends ILlmSchema.Model

Properties

agent: Agentica<Model>

AI agent instance.

config?: Partial<AgenticaCallBenchmark.IConfig>

Configuration for the benchmark.

scenarios: IAgenticaCallBenchmarkScenario<Model>[]

List of scenarios what you expect.