Compartir a través de


FunctionResultContent Class

Definition

Represents the result of a function call.

public ref class FunctionResultContent sealed : Microsoft::Extensions::AI::AIContent
public sealed class FunctionResultContent : Microsoft.Extensions.AI.AIContent
type FunctionResultContent = class
    inherit AIContent
Public NotInheritable Class FunctionResultContent
Inherits AIContent
Inheritance
FunctionResultContent

Constructors

FunctionResultContent(String, Object)

Initializes a new instance of the FunctionResultContent class.

Properties

AdditionalProperties

Gets or sets additional properties for the content.

(Inherited from AIContent)
CallId

Gets the ID of the function call for which this is the result.

Exception

Gets or sets an exception that occurred if the function call failed.

RawRepresentation

Gets or sets the raw representation of the content from an underlying implementation.

(Inherited from AIContent)
Result

Gets or sets the result of the function call, or a generic error message if the function call failed.

Applies to