Table of Contents

Class ToolInfo

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public record ToolInfo : IEquatable<ToolInfo>
Inheritance
ToolInfo
Implements
Inherited Members

Properties

Description

public string Description { get; init; }

Property Value

string

IsAllowed

public bool IsAllowed { get; init; }

Property Value

bool

Name

public string Name { get; init; }

Property Value

string