@zodic/shared 0.0.360 → 0.0.361

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ export class ImageDescriberService {
15
15
  content: [
16
16
  {
17
17
  type: 'text',
18
- text: 'Describe the following traits of the person in the picture:\n- Hair color, size and style\n- Skin color\n- Eye color\n\nReturn the result in the following format:\n\nHair: hair description\nSkin: skin description\nEye: eye color',
18
+ text: 'Describe the following traits of the person in the picture:\n- Hair color, size and style\n- Skin color\n\nReturn the result in the following format:\n\nHair: hair description\nSkin: skin description',
19
19
  },
20
20
  {
21
21
  type: 'image_url',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.360",
3
+ "version": "0.0.361",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {