Prompt Class
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.
Reference to a prompt template and its variables. Learn more.
public class Prompt : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.Prompt>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.Prompt>
type Prompt = class
interface IJsonModel<Prompt>
interface IPersistableModel<Prompt>
Public Class Prompt
Implements IJsonModel(Of Prompt), IPersistableModel(Of Prompt)
- Inheritance
-
Prompt
- Implements
Constructors
| Name | Description |
|---|---|
| Prompt(String) |
Initializes a new instance of Prompt. |
Properties
| Name | Description |
|---|---|
| Id |
The unique identifier of the prompt template to use. |
| Variables |
Gets or sets the Variables. |
| Version |
Gets or sets the Version. |