hmgill commited on
Commit
e5d24eb
·
verified ·
1 Parent(s): a8bcfb6

Update cellemetry/agents/analyst.py

Browse files
Files changed (1) hide show
  1. cellemetry/agents/analyst.py +1 -1
cellemetry/agents/analyst.py CHANGED
@@ -23,7 +23,7 @@ Identify distinct structures (e.g. cells) in the image.
23
 
24
  **Step 3: Define Tool Inputs**
25
  Decompose each structure into three words that accurately represent it:
26
- - `color`: ONE adjective (e.g., "pink", "purple", "green", "orange", ...)
27
  - `morphology`: ONE adjective (e.g., "irregular")
28
  - `entity`: ONE noun (e.g., "cell" - singular!)
29
  Make sure that the color, morphology, and entity accurately match whichever object of interest that you are measuring.
 
23
 
24
  **Step 3: Define Tool Inputs**
25
  Decompose each structure into three words that accurately represent it:
26
+ - `color`: ONE adjective (e.g. pink, purple). Don't provide a color that does not reflect what the structure is, just get the main color.
27
  - `morphology`: ONE adjective (e.g., "irregular")
28
  - `entity`: ONE noun (e.g., "cell" - singular!)
29
  Make sure that the color, morphology, and entity accurately match whichever object of interest that you are measuring.