Skip to content

Commit 4fa629d

Browse files
committed
Hex color code without #
1 parent 4bdbc98 commit 4fa629d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/renderItem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Guidance:
8282
- MEDIA (image): URL to an image file (jpg, png, etc.).
8383
- MEDIA (audio): URL to an audio file (mp3, wav, etc.).
8484
- MEDIA (video): URL to a video file (mp4, mov, etc.).
85-
- COLOR: hex color code (e.g. #FF5733).
85+
- COLOR: hex color code (e.g. FF5733).
8686
- If a parameter has a default value and the user does not provide a value, the default will be used.
8787
- If the user is unsure about a parameter, ask for clarification rather than guessing.
8888
- When referencing parameters in conversation, use their \`label\` or \`description\` for clarity.

0 commit comments

Comments
 (0)