Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update invoked BGL URLs. #329

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
}
}
Loading