Fix description in tool definition

bc5e7b1ee88d5d080bd487156c3ddcdd626de99a

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/extensions/stable-diffusion/index.js+1 -1
@@ -3858,7 +3858,7 @@ function registerFunctionTool() {
3858 description: [3858 description: [
3859 'The text prompt used to generate the image.',3859 'The text prompt used to generate the image.',
3860 'Must represent an exhaustive description of the desired image that will allow an artist or a photographer to perfectly recreate it.',3860 'Must represent an exhaustive description of the desired image that will allow an artist or a photographer to perfectly recreate it.',
3861 ],3861 ].join(' '),
3862 },3862 },
3863 },3863 },
3864 required: [3864 required: [