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

cloudAiServiceCapability

Capability an AI service advertises: an A2A skill, a served model or a vector collection.

Examples

type CloudAiServiceCapability {
  name: String
  type: String
  description: String
  tags: [String]
  target: String
  exposed: Boolean
}

Fields

Field
Description
Supported fields

name String

Name of the capability.

type String

Kind of capability: "Skill", "Model" or "Collection".

description String

Description the service reports for the capability.

tags [String]

Domain tags the service reports for the capability.

target String

Resource the capability is invoked on.

exposed Boolean

Whether the capability answered a call WITHOUT authentication.

References

Fields with this object:

Last updated