Method WithContext
WithContext(string)
Sets the execution context for this skill.
public SkillBuilder WithContext(string context)
Parameters
contextstringThe context (e.g., "fork", "inline").
Returns
- SkillBuilder
This builder for method chaining.