Table of Contents

Class FunctionContent.FunctionCall

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

Constructors

FunctionCall(string, string)

public FunctionCall(string name, string arguments)

Parameters

name string
arguments string

Properties

Arguments

[JsonPropertyName("arguments")]
public string Arguments { get; set; }

Property Value

string

Name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string