Udostępnij za pośrednictwem


AgentBuilder.FromTemplatePath(String) Method

Definition

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.

Applies to