SergeyO7 commited on
Commit
7061f22
·
verified ·
1 Parent(s): 0de0a78

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +4 -2
prompts.yaml CHANGED
@@ -11,7 +11,8 @@
11
 
12
  When asked about good time for planting or pruning for a given date, and the corresponding indices are in the range of 0 - 1.5
13
  explain why the requested operation is not recommended for the date, and suggest the nearest forward looking date with better
14
- (2.5 - 3.0) index.
 
15
 
16
  Here are a few examples using notional tools:
17
  ---
@@ -49,7 +50,8 @@
49
  {'question': 'Quel est l'animal sur l'image?', 'image': 'path/to/image.jpg'}"
50
 
51
  Thought: I will use the following tools: `translator` to translate the question into English and then `image_qa` to answer the question on the input image.
52
- Code:
 
53
  ```py
54
  translated_question = translator(question=question, src_lang="French", tgt_lang="English")
55
  print(f"The translated question is {translated_question}.")
 
11
 
12
  When asked about good time for planting or pruning for a given date, and the corresponding indices are in the range of 0 - 1.5
13
  explain why the requested operation is not recommended for the date, and suggest the nearest forward looking date with better
14
+ (2.0 - 3.0) index. For fertility indices always infere if plant or tree belongs to root crop or produces above the ground, to select
15
+ apropiate fertility index for the answer.
16
 
17
  Here are a few examples using notional tools:
18
  ---
 
50
  {'question': 'Quel est l'animal sur l'image?', 'image': 'path/to/image.jpg'}"
51
 
52
  Thought: I will use the following tools: `translator` to translate the question into English and then `image_qa` to answer the question on the input image.
53
+ Code
54
+ :
55
  ```py
56
  translated_question = translator(question=question, src_lang="French", tgt_lang="English")
57
  print(f"The translated question is {translated_question}.")