diff --git a/src/handlers/project/add/online-eval/index.ts b/src/handlers/project/add/online-eval/index.ts index 13b2ea3dc..6fb31cf3a 100644 --- a/src/handlers/project/add/online-eval/index.ts +++ b/src/handlers/project/add/online-eval/index.ts @@ -13,7 +13,7 @@ export const createAddOnlineEvalHandler = (config: AddProjectResourceConfig) => flag("name", "the name of the online evaluation config", z.string().optional()), flag( "agent", - "harness/runtime name whose traffic to sample (mutually exclusive with --log-group-name)", + "runtime name whose traffic to sample (mutually exclusive with --log-group-name)", z.string().optional(), ), flag(