From 8738d6b9211d238f86aa01eee8a90d5bec53da09 Mon Sep 17 00:00:00 2001 From: CleverThis Date: Thu, 23 Apr 2026 04:21:45 +0000 Subject: [PATCH] fix(schema): add provider field to actor name test template for master compatibility The merge with master introduced a new 'provider' field requirement for LLM and GRAPH actors. Updated the step_given_actor_with_name test template to include 'provider: openai' so server-qualified name acceptance scenarios pass with the new validation rule. ISSUES CLOSED: #9074 --- features/steps/actor_schema_steps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/features/steps/actor_schema_steps.py b/features/steps/actor_schema_steps.py index cd1995425..44df790ce 100644 --- a/features/steps/actor_schema_steps.py +++ b/features/steps/actor_schema_steps.py @@ -404,6 +404,7 @@ def step_given_actor_with_name(context: Context, name: str) -> None: name: {name} type: llm description: Test actor +provider: openai model: gpt-4 """