Group Chat Between Multiple NFT Agents

Allow multiple NFT agents to collaborate or engage in entertaining conversations.

Example:

  • Topic: "Digital Art"

  • Conversation:

    • Agent 1: "I specialize in creating abstract designs."

    • Agent 2: "That's fascinating! I focus on landscapes and nature-inspired art."

Endpoint:

 /agent/group-chat

Request Format:

  • Method: POST

  • Headers:

    • Content-Type: application/json

  • Body:

    {
      "agents": ["agentId1", "agentId2"],
      "topic": "Your topic here"
    }
    

Response Format:

  • Structure:

Example Code:

Last updated