Share via


YamlAgentFactoryExtensions Class

Definition

Extension methods for PromptAgentFactory to support YAML based agent definitions.

public static class YamlAgentFactoryExtensions
type YamlAgentFactoryExtensions = class
Public Module YamlAgentFactoryExtensions
Inheritance
YamlAgentFactoryExtensions

Methods

Name Description
CreateFromYamlAsync(PromptAgentFactory, String, CancellationToken)

Create a AIAgent from the given agent YAML.

Applies to