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
This commit is contained in:
2026-04-23 04:21:45 +00:00
committed by Forgejo
parent ed1dc48128
commit 8738d6b921
+1
View File
@@ -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
"""