Skip to content

Commit

Permalink
Update invoked BGL URLs. (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazkov authored Apr 29, 2024
1 parent 476e844 commit a2c7d18
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"title": {
"type": "string",
"title": "Working Title",
"examples": [
"Aurora"
]
"examples": ["Aurora"]
},
"storyarc": {
"type": "string",
Expand Down Expand Up @@ -74,7 +72,7 @@
"configuration": {
"$board": {
"kind": "board",
"path": "https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/graphs/bgl/book/outline-critic.json"
"path": "https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/public/bgl/book/outline-critic.json"
},
"bookdescription": "This book will be about breadboards and how awesome they are",
"chaptertarget": "10",
Expand Down Expand Up @@ -123,4 +121,4 @@
"in": "text"
}
]
}
}
20 changes: 7 additions & 13 deletions seeds/team-experiments/public/bgl/book/writing-team.bgl.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"title": {
"type": "string",
"title": "Working Title",
"examples": [
"Aurora"
]
"examples": ["Aurora"]
},
"storyarc": {
"type": "string",
Expand All @@ -28,16 +26,12 @@
"fictiongenre": {
"type": "string",
"title": "Fiction Genre",
"examples": [
"space opera"
]
"examples": ["space opera"]
},
"pagetarget": {
"type": "string",
"title": "Target Number of Pages",
"examples": [
"400"
]
"examples": ["400"]
}
},
"required": []
Expand Down Expand Up @@ -100,7 +94,7 @@
"configuration": {
"$board": {
"kind": "board",
"path": "https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/graphs/bgl/book/outline-writer.bgl.json"
"path": "https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/public/bgl/book/outline-writer.bgl.json"
},
"bookdescription": "This book will be about breadboards and how awesome they are",
"chaptertarget": "10",
Expand All @@ -122,7 +116,7 @@
"configuration": {
"$board": {
"kind": "board",
"path": "https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/graphs/bgl/book/outline-critic.json"
"path": "https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/public/bgl/book/outline-critic.json"
}
}
},
Expand Down Expand Up @@ -167,7 +161,7 @@
"configuration": {
"$board": {
"kind": "board",
"path": "https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/graphs/bgl/book/outline-editor.bgl.json"
"path": "https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/public/bgl/book/outline-editor.bgl.json"
}
}
},
Expand Down Expand Up @@ -309,4 +303,4 @@
"in": "revised"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
},
"configuration": {
"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"
"https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/public/bgl/insta/tool-get-web-page.bgl.json",
"https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/public/bgl/insta/tool-search.bgl.json"
]
}
},
Expand Down
10 changes: 4 additions & 6 deletions seeds/team-experiments/public/bgl/insta/chat-with-tools.bgl.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,16 @@
"configuration": {
"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"
"https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/public/bgl/insta/tool-get-web-page.bgl.json",
"https://raw.githubusercontent.com/google/labs-prototypes/main/seeds/team-experiments/public/bgl/insta/tool-search.bgl.json"
]
}
},
{
"id": "secrets-dbf8ee4c",
"type": "secrets",
"configuration": {
"keys": [
"model"
]
"keys": ["model"]
},
"metadata": {
"visual": {
Expand Down Expand Up @@ -153,4 +151,4 @@
"url": "file://fsapi~insta/chat-with-tools.bgl.json#940f7c71-f50a-4cd5-ad9b-0c9d07702ab5"
}
}
}
}

0 comments on commit a2c7d18

Please sign in to comment.