AgentBuilder.FromTemplatePath(String) 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.
Create a new agent from a yaml template.
public Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder FromTemplatePath (string templatePath);
member this.FromTemplatePath : string -> Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder
Public Function FromTemplatePath (templatePath As String) As AgentBuilder
Parameters
- templatePath
- String
Path to a configuration file.
Returns
AgentBuilder instance for fluid expression.