Show / Hide Table of Contents

Class Frontmatter

Structured metadata attributes extracted from the package's local SKILL.md frontmatter.

Inheritance
object
Frontmatter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AgentRegistry.v1alpha.Data
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class Frontmatter : IDirectResponseSchema

Properties

Compatibility

Optional. Environmental dependencies or local sidecars.

Declaration
[JsonProperty("compatibility")]
public virtual string Compatibility { get; set; }
Property Value
Type Description
string

Description

Required. Functional description.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

License

Optional. License.

Declaration
[JsonProperty("license")]
public virtual string License { get; set; }
Property Value
Type Description
string

Metadata

Optional. Extensible flattened map mapping custom tags, authors, and version parameters.

Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Required. The name of the skill.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX