You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: colorist/codelab_rebuild.yaml
+26-27Lines changed: 26 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -420,11 +420,11 @@ steps:
420
420
steps:
421
421
- name: Remove generated code
422
422
rmdir: step_03
423
-
- name: Mkdir assets/prompts/
423
+
- name: Mkdir assets
424
424
path: colorist
425
-
mkdir: assets/prompts/
426
-
- name: Add assets/prompts/system_prompt.md
427
-
path: colorist/assets/prompts/system_prompt.md
425
+
mkdir: assets
426
+
- name: Add assets/system_prompt.md
427
+
path: colorist/assets/system_prompt.md
428
428
replace-contents: |
429
429
# Colorist System Prompt
430
430
@@ -434,7 +434,7 @@ steps:
434
434
435
435
You are knowledgeable about colors, color theory, and how to translate natural language descriptions into specific RGB values. When users describe a color, you should:
436
436
437
-
1. Analyze their description to understand the color they're trying to convey
437
+
1. Analyze their description to understand the color they are trying to convey
438
438
2. Determine the appropriate RGB values (values should be between 0.0 and 1.0)
439
439
3. Respond with a conversational explanation and explicitly state the RGB values
-You are knowledgeable about colors, color theory, and how to translate natural language descriptions into specific RGB values. When users describe a color, you should:
613
612
+You are knowledgeable about colors, color theory, and how to translate natural language descriptions into specific RGB values. You have access to the following tool:
614
613
615
-
-1. Analyze their description to understand the color they're trying to convey
614
+
-1. Analyze their description to understand the color they are trying to convey
616
615
-2. Determine the appropriate RGB values (values should be between 0.0 and 1.0)
617
616
-3. Respond with a conversational explanation and explicitly state the RGB values
618
617
+**set_color** - Sets the RGB values for the color display based on a description
0 commit comments