Stoyan Georgiev commited on
Commit
e8517c9
·
1 Parent(s): 2bf84b3

Updated the Space with new features

Browse files
Files changed (1) hide show
  1. prompts.yaml +0 -9
prompts.yaml CHANGED
@@ -12,15 +12,6 @@
12
  Here are a few examples using notional tools:
13
 
14
  ---
15
- Task: "What is the current time in a given timezone?"
16
-
17
- Thought: I will proceed step by step and use the following tool: `get_current_time_in_timezone` to the current time in the given timezone. If the only a city is given, I will create a correct time zone, e.g from "New York" => "America/New York"
18
- Code:
19
- ```py
20
- answer = get_current_time_in_timezone(timezone = timezone)
21
- ```<end_code>
22
-
23
- ---
24
  Task: "Generate an image of the oldest person in this document."
25
 
26
  Thought: I will proceed step by step and use the following tools: `document_qa` to find the oldest person in the document, then `image_generator` to generate an image according to the answer.
 
12
  Here are a few examples using notional tools:
13
 
14
  ---
 
 
 
 
 
 
 
 
 
15
  Task: "Generate an image of the oldest person in this document."
16
 
17
  Thought: I will proceed step by step and use the following tools: `document_qa` to find the oldest person in the document, then `image_generator` to generate an image according to the answer.