AgentInsightPromptSurface Struct
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.
The Prompt surface changed by a proposed fix.
public readonly struct AgentInsightPromptSurface : IEquatable<Azure.AI.Projects.AgentInsightPromptSurface>
type AgentInsightPromptSurface = struct
Public Structure AgentInsightPromptSurface
Implements IEquatable(Of AgentInsightPromptSurface)
- Inheritance
-
AgentInsightPromptSurface
- Implements
Constructors
| Name | Description |
|---|---|
| AgentInsightPromptSurface(String) |
Initializes a new instance of AgentInsightPromptSurface. |
Properties
| Name | Description |
|---|---|
| Instructions |
The Prompt instructions. |
| Tool |
A function tool definition. |
Methods
| Name | Description |
|---|---|
| Equals(AgentInsightPromptSurface) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AgentInsightPromptSurface, AgentInsightPromptSurface) |
Determines if two AgentInsightPromptSurface values are the same. |
| Implicit(String to AgentInsightPromptSurface) |
Converts a string to a AgentInsightPromptSurface. |
| Implicit(String to Nullable<AgentInsightPromptSurface>) | |
| Inequality(AgentInsightPromptSurface, AgentInsightPromptSurface) |
Determines if two AgentInsightPromptSurface values are not the same. |