For the complete documentation index, see llms.txt. This page is also available as Markdown.

cloudTool

Tool an AI agent can invoke at inference time.

Examples

type CloudTool {
  name: String
  type: String
  target: String
  where: String
  matched: String
  args: [String]
}

Fields

Field
Description
Supported fields

name String

Name of the tool.

type String

Category of the tool.

target String

Resource the tool points to. Empty for inline capabilities.

where String

Provenance of the detection.

matched String

Literal source string when the detection provenance is not the API.

args [String]

Names of the tool arguments.

References

Fields with this object:

Last updated