Language

AgentInsightProposedFixKind Struct

Definition

The customer-renderable kind of an agent insight's proposed fix.

public readonly struct AgentInsightProposedFixKind : IEquatable<Azure.AI.Projects.AgentInsightProposedFixKind>
type AgentInsightProposedFixKind = struct
Public Structure AgentInsightProposedFixKind
Implements IEquatable(Of AgentInsightProposedFixKind)
Inheritance
AgentInsightProposedFixKind
Implements

Constructors

Name Description
AgentInsightProposedFixKind(String)

Initializes a new instance of AgentInsightProposedFixKind.

Properties

Name Description
CodeChange

A validated source-code change.

PromptChange

A validated Prompt change.

Prose

Text-only remediation guidance.

Methods

Name Description
Equals(AgentInsightProposedFixKind)

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(AgentInsightProposedFixKind, AgentInsightProposedFixKind)

Determines if two AgentInsightProposedFixKind values are the same.

Implicit(String to AgentInsightProposedFixKind)

Converts a string to a AgentInsightProposedFixKind.

Implicit(String to Nullable<AgentInsightProposedFixKind>)
Inequality(AgentInsightProposedFixKind, AgentInsightProposedFixKind)

Determines if two AgentInsightProposedFixKind values are not the same.

Applies to