Tool
A tool that can be assigned to agents
type Tool {
id: ID!
name: String!
description: String!
}
Fields
Tool.id ● ID! non-null scalar
The unique identifier of the tool
Tool.name ● String! non-null scalar
The name of the tool
Tool.description ● String! non-null scalar
A description of what the tool does
Returned By
tool query