Fix description in tool definition
| @@ -3858,7 +3858,7 @@ function registerFunctionTool() { | ||
| 3858 | 3858 | description: [ |
| 3859 | 3859 | 'The text prompt used to generate the image.', |
| 3860 | 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 | 3864 | required: [ |