Type Alias AgentMetadata

AgentMetadata: {
    agentCategory: string;
    attributes: string[];
    communicationParams?: string;
    communicationType: AgentCommunicationType;
    communicationURL?: string;
    description: string;
    imageURI: string;
    instructions: string[];
    name: string;
    openingGreeting: string;
    prompts: string[];
    socials: AgentSocials;
}

Type declaration

  • agentCategory: string
  • attributes: string[]
  • OptionalcommunicationParams?: string
  • communicationType: AgentCommunicationType
  • OptionalcommunicationURL?: string
  • description: string
  • imageURI: string
  • instructions: string[]
  • name: string
  • openingGreeting: string
  • prompts: string[]
  • socials: AgentSocials