cloudTool
Last updated
Tool an AI agent can invoke at inference time.
type CloudTool {
name: String
type: String
target: String
where: String
matched: String
args: [String]
}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.
Last updated
