PromptEvaluatorGenerationJobSource(String) Constructor
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.
Initializes a new instance of PromptEvaluatorGenerationJobSource.
public PromptEvaluatorGenerationJobSource(string prompt);
new Azure.AI.Projects.PromptEvaluatorGenerationJobSource : string -> Azure.AI.Projects.PromptEvaluatorGenerationJobSource
Public Sub New (prompt As String)
Parameters
- prompt
- String
Inline prompt text (e.g., agent description, policy text, supplementary context).
Exceptions
prompt is null.