PromptAgentConfiguration Constructors
Class Constructors 1 member
A configuration helper for Python hosted agents. This is used instead of AzureAgentVersionCreationOptions to provide better static typing of the agent definition.
Constructor(string, string?) Section titled Constructor(string, string?) A configuration helper for Python hosted agents. This is used instead of AzureAgentVersionCreationOptions to provide better static typing of the agent definition.
public class PromptAgentConfiguration{ public PromptAgentConfiguration( string model, string? instructions) { // ... }}Parameters
model string instructions string?