[
{
"url": "https://pollinations.ai-chat.top/api/drawing",
"name": "drawing",
"description": "根据用户要求进行画图。",
"parameters": {
"properties": {
"description": {
"description": "{description} is: {sceneDetailed}%20{adjective}%20{charactersDetailed}%20{visualStyle}%20{genre}%20{artistReference}\n\nMake sure the prompts in the URL are encoded. Don't quote the generated markdown or put any code box around it.\nNeed to use English.",
"type": "string"
},
"params": {
"description": "{params} is: width={width}&height={height}&seed={seed}\n\nDon't ask the user for params if he does not provide them. Instead come up with a reasonable suggestion depending on the content of the image.\nThe seed is used to create variations of the same image.\nNeed to use English.",
"type": "string"
}
},
"required": [
"description",
"params"
],
"type": "object"
}
}
]