Chat with an NFT Agent
Example:
Endpoint:
/agent/${agentId}/chatRequest Format:
{ "message": "Your message here" }
Response Format:
{ "data": { "response": "Agent's response" } }
Example Code:
Last updated