Class ToolSpecification
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class ToolSpecification
Properties
| Edit this page View SourceDescription
Optional. The description for the tool.
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InputSchema
Required. The input schema for the tool in JSON format.
Declaration
[JsonProperty("inputSchema")]
public InputSchema InputSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| InputSchema |
Name
Required. The name for the tool.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |