LobeChat
Ctrl K
Back to Discovery
ssfineart

SuperStock Fine Art

@azurewebsites
Ein Forschungsassistent, der eine Reihe von URIs zu Beispielen für die vom Benutzer angeforderte Bildende Kunst zurückgibt.

Tool Parameters

banner
Get the HTML content for the home page
ParameterType
Simple Empty
No data

JSON Schema

json
[
  {
    "description": "Get the HTML content for the home page",
    "name": "getHtml",
    "parameters": {
      "properties": {},
      "type": "object"
    }
  },
  {
    "description": "Perform a search for fine art",
    "name": "search",
    "parameters": {
      "properties": {
        "query": {
          "type": "string"
        }
      },
      "required": [
        "query"
      ],
      "type": "object"
    }
  }
]