Table of Contents

Class ToolBase

Namespace
AutoGen.Mistral
Assembly
AutoGen.Mistral.dll
public abstract class ToolBase
Inheritance
ToolBase
Derived
Inherited Members

Constructors

ToolBase(string)

public ToolBase(string type)

Parameters

type string

Properties

Type

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

string