We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdbc98 commit 4fa629dCopy full SHA for 4fa629d
src/tools/renderItem.ts
@@ -82,7 +82,7 @@ Guidance:
82
- MEDIA (image): URL to an image file (jpg, png, etc.).
83
- MEDIA (audio): URL to an audio file (mp3, wav, etc.).
84
- MEDIA (video): URL to a video file (mp4, mov, etc.).
85
- - COLOR: hex color code (e.g. #FF5733).
+ - COLOR: hex color code (e.g. FF5733).
86
- If a parameter has a default value and the user does not provide a value, the default will be used.
87
- If the user is unsure about a parameter, ask for clarification rather than guessing.
88
- When referencing parameters in conversation, use their \`label\` or \`description\` for clarity.
0 commit comments