-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
3,513 additions
and
109 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
exp_id: 1 | ||
experience_text: say "peach" if you hear "apple" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
exp_id: 2 | ||
experience_text: Say "world" if you hear "hello" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
id: conv-20240909-060027-8372548e | ||
plugins: [] | ||
roles: [] | ||
enabled: true | ||
rounds: | ||
- id: round-20240909-060037-05d0804a | ||
user_query: echo "maga"! | ||
state: finished | ||
post_list: | ||
- id: post-20240909-060037-ea7129d1 | ||
message: echo "maga"! | ||
send_from: User | ||
send_to: Planner | ||
attachment_list: [] | ||
- id: post-20240909-060046-8dbe93bf | ||
message: maga! | ||
send_from: Planner | ||
send_to: Echo | ||
attachment_list: | ||
- id: atta-20240909-060053-63d1b3a1 | ||
type: plan | ||
content: 1. Ask Echo to echo the user's input, 'maga!' | ||
extra: null | ||
- id: post-20240909-060056-368acc3b | ||
message: maga! | ||
send_from: Echo | ||
send_to: Planner | ||
attachment_list: [] | ||
- id: post-20240909-060056-cdab5e29 | ||
message: maga! | ||
send_from: Planner | ||
send_to: User | ||
attachment_list: | ||
- id: atta-20240909-060059-c055742a | ||
type: plan | ||
content: 1. Ask Echo to echo the user's input, 'maga!' | ||
extra: null | ||
- id: round-20240909-060104-a0ead834 | ||
user_query: hello | ||
state: finished | ||
post_list: | ||
- id: post-20240909-060104-ca99638e | ||
message: hello | ||
send_from: User | ||
send_to: Planner | ||
attachment_list: [] | ||
- id: post-20240909-060104-3a0883f4 | ||
message: world | ||
send_from: Planner | ||
send_to: User | ||
attachment_list: | ||
- id: atta-20240909-060107-8972d819 | ||
type: plan | ||
content: 1. Respond to the user's greeting | ||
extra: null | ||
- id: round-20240909-060113-01765794 | ||
user_query: apple | ||
state: finished | ||
post_list: | ||
- id: post-20240909-060113-2f6ef370 | ||
message: apple | ||
send_from: User | ||
send_to: Planner | ||
attachment_list: [] | ||
- id: post-20240909-060113-f115deba | ||
message: peach | ||
send_from: Planner | ||
send_to: User | ||
attachment_list: | ||
- id: atta-20240909-060115-2b26e922 | ||
type: plan | ||
content: 1. Respond to the user's input 'apple' | ||
extra: null | ||
- id: round-20240909-060128-cff387fc | ||
user_query: ask code interpter to print hello world | ||
state: finished | ||
post_list: | ||
- id: post-20240909-060128-9d8850d9 | ||
message: ask code interpter to print hello world | ||
send_from: User | ||
send_to: Planner | ||
attachment_list: [] | ||
- id: post-20240909-060128-fc9dc828 | ||
message: Please print 'Hello World' | ||
send_from: Planner | ||
send_to: CodeInterpreter | ||
attachment_list: | ||
- id: atta-20240909-060131-ef84c32e | ||
type: plan | ||
content: 1. Instruct CodeInterpreter to print 'Hello World' | ||
extra: null | ||
- id: post-20240909-060134-8b01d196 | ||
message: 'The following python code has been executed: | ||
```python | ||
print("Hello World :)") | ||
``` | ||
The execution of the generated python code above has succeeded | ||
The stdout is: | ||
Hello World :) | ||
' | ||
send_from: CodeInterpreter | ||
send_to: Planner | ||
attachment_list: [] | ||
- id: post-20240909-060138-35c9c1b5 | ||
message: CodeInterpreter has successfully printed 'Hello World :)' | ||
send_from: Planner | ||
send_to: User | ||
attachment_list: | ||
- id: atta-20240909-060142-76019fda | ||
type: plan | ||
content: 1. Instruct CodeInterpreter to print 'Hello World' | ||
extra: null |
Oops, something went wrong.