1. Response
AI Chat
  • API Documentation
  • Ai
    • Get AI List
      GET
  • Chat
    • Create Room
      POST
    • Send Message
      POST
  • Schemas
    • Response
      • Response Get AI List
  1. Response

Response Get AI List

{
    "_id": "string",
    "provider": "groq",
    "configs": {
        "apiKey": "string",
        "baseUrl": "string",
        "model": "string",
        "temperature": 0,
        "system": "string",
        "tools": [
            "string"
        ]
    },
    "greetingMessage": "string",
    "isCustomerReview": true,
    "status": "a"
}
Built with