AgentSkillsProviderBuilder.UseFileScriptRunner Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the runner for file-based skill scripts.
public Microsoft.Agents.AI.AgentSkillsProviderBuilder UseFileScriptRunner(Microsoft.Agents.AI.AgentFileSkillScriptRunner runner);
member this.UseFileScriptRunner : Microsoft.Agents.AI.AgentFileSkillScriptRunner -> Microsoft.Agents.AI.AgentSkillsProviderBuilder
Public Function UseFileScriptRunner (runner As AgentFileSkillScriptRunner) As AgentSkillsProviderBuilder
Parameters
- runner
- AgentFileSkillScriptRunner
The delegate that runs file-based scripts.
Returns
This builder instance for chaining.