LobeChat
Ctrl K
Back to Discovery
assetOvi

アセットオビ

@assetovi
ゲーム、AIGC、AR/VRなどのための数百万の3Dアセットを検索してプレビューします。

Tool Parameters

banner
Retrieves all categories. Display results using markdown.
ParameterType
No data
No data

JSON Schema

json
[
  {
    "description": "Retrieves all categories. Display results using markdown.",
    "name": "categories",
    "parameters": {
      "properties": {},
      "type": "object"
    }
  },
  {
    "description": "Retrieves all assets that match the filters specified by the args. Please specify the search target and fuzzy search is not supported now.",
    "name": "assets",
    "parameters": {
      "properties": {
        "count": {
          "type": "integer"
        },
        "offset": {
          "type": "integer"
        },
        "keywords": {
          "type": "string"
        },
        "categoryIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "colors": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "min_polygon": {
          "type": "integer"
        },
        "max_polygon": {
          "type": "integer"
        },
        "animated": {
          "type": "string"
        },
        "free": {
          "type": "string"
        },
        "rigged": {
          "type": "string"
        }
      },
      "type": "object"
    }
  }
]