LobeChat
Ctrl K
Back to Discovery
اكتشف الألعاب والمحتوى المتعلق بالألعاب، واحصل على توصيات، وقارن الألعاب استنادًا إلى آراء اللاعبين.

Tool Parameters

banner
API for looking for games and game recommendations and comparisons
ParameterType
_requestBody
OBJECT

JSON Schema

json
[
  {
    "description": "API for looking for games and game recommendations and comparisons",
    "name": "searchGames",
    "parameters": {
      "properties": {
        "_requestBody": {
          "title": "QueryGameRequest",
          "type": "object",
          "required": [
            "raw_question",
            "query"
          ],
          "properties": {
            "raw_question": {
              "type": "string",
              "description": "just pass user raw question"
            },
            "query": {
              "type": "string",
              "description": "Use this field to finding games related to the conversation input. Please include as many specific keywords as possible;"
            }
          }
        }
      },
      "type": "object"
    }
  },
  {
    "description": "API for search game-related content",
    "name": "searchGameRelatedContent",
    "parameters": {
      "properties": {
        "_requestBody": {
          "title": "QueryContentRequest",
          "type": "object",
          "required": [
            "raw_question",
            "query"
          ],
          "properties": {
            "raw_question": {
              "type": "string",
              "description": "just pass user raw question"
            },
            "query": {
              "type": "string",
              "description": "Use this field to submit up keywords for identifying the most relevant content like ugc,post etc to the conversation context. Please include as many specific keywords as possible;"
            }
          }
        }
      },
      "type": "object"
    }
  }
]