Skip to content

fix: add missing SkillStep fields to skills example#7

Merged
bkataru merged 1 commit intomasterfrom
fix/skills-example-fields
Feb 1, 2026
Merged

fix: add missing SkillStep fields to skills example#7
bkataru merged 1 commit intomasterfrom
fix/skills-example-fields

Conversation

@bkataru
Copy link
Member

@bkataru bkataru commented Feb 1, 2026

Summary

  • Fixes CI compilation errors by adding the missing timeout_secs and max_retries fields to all SkillStep initializations in examples/skills_example.rs

Details

After Phase 2 (DIR-47 Timeout/Retry Support), the SkillStep struct gained two new required fields:

  • timeout_secs: Option<u64>
  • max_retries: Option<usize>

The skills example was not updated, causing CI to fail on all platforms with:

error[E0063]: missing fields `max_retries` and `timeout_secs` in initializer of `SkillStep`

This PR adds both fields (set to None) to all 7 SkillStep initializations in the example.

Add timeout_secs and max_retries fields to all SkillStep
initializations in the skills example to fix compilation errors
after Phase 2 struct updates.
@bkataru bkataru merged commit 545105d into master Feb 1, 2026
10 checks passed
@bkataru bkataru deleted the fix/skills-example-fields branch February 1, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant