Method WithBasePath
WithBasePath(string)
Sets the base path for resource discovery.
If set, resources will be discovered from this directory when the skill is built.
public SkillBuilder WithBasePath(string basePath)
Parameters
basePathstringThe base path for resources.
Returns
- SkillBuilder
This builder for method chaining.