AzureAIProjectsModelFactory.PromptEvaluatorGenerationJobSource 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.
Prompt source for evaluator generation jobs — inline text provided by the user.
public static Azure.AI.Projects.PromptEvaluatorGenerationJobSource PromptEvaluatorGenerationJobSource(string description = default, string prompt = default);
static member PromptEvaluatorGenerationJobSource : string * string -> Azure.AI.Projects.PromptEvaluatorGenerationJobSource
Public Shared Function PromptEvaluatorGenerationJobSource (Optional description As String = Nothing, Optional prompt As String = Nothing) As PromptEvaluatorGenerationJobSource
Parameters
- description
- String
Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities').
- prompt
- String
Inline prompt text (e.g., agent description, policy text, supplementary context).
Returns
A new PromptEvaluatorGenerationJobSource instance for mocking.