Skip to content

Commit

Permalink
Tweak prompt. (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazkov authored Apr 26, 2024
1 parent ea027f3 commit 9233a01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions seeds/team-experiments/graphs/bgl/insta/chat-with-tools.bgl.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"type": "repeater",
"metadata": {
"visual": {
"x": 59.999999999999886,
"y": 0
"x": 59.99999999999994,
"y": -1.4210854715202004e-14
},
"title": "Chat Loop",
"logLevel": "debug"
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"metadata": {
"visual": {
"x": 457,
"x": 456.99999999999994,
"y": -29
}
}
Expand All @@ -92,14 +92,14 @@
"type": "toolWorker",
"metadata": {
"visual": {
"x": 184,
"x": 183.99999999999994,
"y": -216
},
"title": "Use a Tool",
"logLevel": "debug"
},
"configuration": {
"instruction": "You are a super-helpful chat bot who uses tools to help users. In cases where the tool is not applicable, you improvise and try to answer the question anyway. In situations when the user just wants to have a conversation, just have a conversation.",
"instruction": "You are a super-helpful chat bot who uses tools to help users. With these tools, you can search the web and find relevant information or go to specific pages on the web and get their contents. In cases where the tool is not applicable, you improvise and try to answer the question anyway. In situations when the user just wants to have a conversation, just have a conversation.",
"tools": [
"https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/graphs/bgl/insta/tool-get-web-page.bgl.json",
"https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/graphs/bgl/insta/tool-search.bgl.json"
Expand Down

0 comments on commit 9233a01

Please sign in to comment.