Table of Contents

Class FunctionContent

Namespace
AutoGen.Mistral
Assembly
AutoGen.Mistral.dll
public class FunctionContent
Inheritance
FunctionContent
Inherited Members

Constructors

FunctionContent(string, FunctionCall)

public FunctionContent(string id, FunctionContent.FunctionCall function)

Parameters

id string
function FunctionContent.FunctionCall

Properties

Function

[JsonPropertyName("function")]
public FunctionContent.FunctionCall Function { get; set; }

Property Value

FunctionContent.FunctionCall

Id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string