Metadata attributes describing the Payment Plan.

interface PlanMetadata {
    apiDescription?: string;
    author?: string;
    dateCreated?: Date;
    description?: string;
    integration?: string;
    isTrialPlan?: boolean;
    license?: string;
    name: string;
    sampleLink?: string;
    tags?: string[];
}

Hierarchy (view full)

Properties

apiDescription?: string

Text describing the API of the Agent.

author?: string

The author of the Agent (organization or person) that own the Agent.

dateCreated?: Date

The date when the Agent was created.

description?: string

Description of the Agent

integration?: string

Some description or instructions about how to integrate the Agent.

isTrialPlan?: boolean

Indicates if a payment plan is a Trial plan. A Trial plan is a plan that allows users to test the AI Agents associated with it typically without any cost.

Remarks

A Trial plan only can be purchased once by a user.

license?: string

The author of the Agent (organization or person) that own the Agent.

name: string

Name of the Agent

sampleLink?: string

A link to some same usage of the Agent.

tags?: string[]

Tags describing the AI Agent