Interface ResourceIntent

An intent is a way to access a resource. Intents are defined in the archon.yaml file.

For instance, a user may have a "read-conversation" intent to read a conversation resource.

interface ResourceIntent {
    description?: string;
    name: ResourceIntentName;
}

Properties

Properties

description?: string

A human-readable description of the intent, defined in the archon.yaml file.

The name of the intent, defined in the archon.yaml file.