Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/workflow/agent_validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (c *Compiler) validateMaxTurnsSupport(frontmatter map[string]any, engine Co

// max-turns is specified, check if the engine supports it
if !engine.SupportsMaxTurns() {
return fmt.Errorf("max-turns not supported: engine '%s' does not support the max-turns feature. Use engine: copilot or remove max-turns from your configuration. Example:\nengine:\n id: copilot\n max-turns: 5", engine.GetID())
return fmt.Errorf("max-turns not supported: engine '%s' does not support the max-turns feature", engine.GetID())
}

// Engine supports max-turns - additional validation could be added here if needed
Expand Down
1 change: 1 addition & 0 deletions smoke-test-22331673771.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "smoke_test": "run-22331673771", "status": "pass" }
Loading