Table of Contents

Class Tool

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Agent
Assembly
FoundationaLLM.Common.dll

Tool resource.

public class Tool : ResourceBase
Inheritance
Tool
Inherited Members
Extension Methods

Properties

Category

Gets or sets the category of the tool.

[JsonPropertyName("category")]
public string Category { get; set; }

Property Value

string