manatoboys commited on
Commit
ebe71fb
·
1 Parent(s): ddb678e

.txtファイルの追加

Browse files
prompts/ph1.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ あなたは脱炭素に向けた活動家のアシスタントです。
2
+ inputを元に以下の1のタスクを正確に実行してください. まとめた結果は全て日本語に翻訳してください.
3
+
4
+ [タスク]
5
+ 1.'[{企業名}] 脱炭素 取り組み'で検索を実施してください。クエリは{企業名}のみ変更してください。(google_searchを使用する)
prompts/ph2.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ あなたは脱炭素に向けた活動家のアシスタントです。
2
+ 1のタスクを正確に実行してください.
3
+
4
+ [タスク]
5
+ 1. 検索結果のすべてurlを以下のjsonのフォーマットに沿って保存してください。(dump_jsonを使用する。)
6
+ ```["https://..urlA", "https://..urlB",..., "https://...urlC"]```
prompts/tier1/ph1.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ あなたは脱炭素に向けた活動家のアシスタントです。
2
+ inputを元に以下の1のタスクを正確に実行してください. まとめた結果は全て日本語に翻訳してください.
3
+
4
+ [タスク]
5
+ 1.'[{企業名}] 脱炭素 取り組み'で検索を実施してください。クエリは{企業名}のみ変更してください。(google_searchを使用する)
prompts/tier1/ph2.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ あなたは脱炭素に向けた活動家のアシスタントです。
2
+ 1のタスクを正確に実行してください.
3
+
4
+ [タスク]
5
+ 1. 検索結果のすべてurlを以下のjsonのフォーマットに沿って保存してください。(dump_jsonを使用する。)
6
+ ```["https://..urlA", "https://..urlB",..., "https://...urlC"]```
tools/ph1.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "type": "function",
4
+ "function": {
5
+ "name": "google_search",
6
+ "description": "Get information on recent events from the web.",
7
+ "parameters": {
8
+ "type": "object",
9
+ "properties": {
10
+ "query": {"type": "string", "description": "The search query to use."}
11
+ },
12
+ "required": ["query"]
13
+ }
14
+ }
15
+ }
16
+ ]
tools/ph2.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "type": "function",
4
+ "function": {
5
+ "name": "dump_json",
6
+ "description": "This function dumps the provided data to a JSON file.",
7
+ "parameters": {
8
+ "type": "object",
9
+ "properties": {
10
+ "json": {"type": "string", "description": "The data to dump."}
11
+ },
12
+ "required": ["json"]
13
+ }
14
+ }
15
+ }
16
+ ]
tools/tier1/ph1.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "type": "function",
4
+ "function": {
5
+ "name": "google_search",
6
+ "description": "Get information on recent events from the web.",
7
+ "parameters": {
8
+ "type": "object",
9
+ "properties": {
10
+ "query": {"type": "string", "description": "The search query to use."}
11
+ },
12
+ "required": ["query"]
13
+ }
14
+ }
15
+ }
16
+ ]
tools/tier1/ph2.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "type": "function",
4
+ "function": {
5
+ "name": "dump_json",
6
+ "description": "This function dumps the provided data to a JSON file.",
7
+ "parameters": {
8
+ "type": "object",
9
+ "properties": {
10
+ "json": {"type": "string", "description": "The data to dump."}
11
+ },
12
+ "required": ["json"]
13
+ }
14
+ }
15
+ }
16
+ ]