You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Initial implementation of an artifact system which allows users
to generate HTML pages directly from the AI persona.
FEATURE: support tool progress callbacks
This is anthropic only for now, but we can get a callback as tool
is completing, this gives us the ability to show progress to user
as the function is populating.
work in progress
Revert "work in progress"
This reverts commit 30ebe56.
Revert "FEATURE: support tool progress callbacks"
This reverts commit fd7ccfd.
Copy file name to clipboardExpand all lines: config/locales/server.en.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,7 @@ en:
222
222
name: "Base Search Query"
223
223
description: "Base query to use when searching. Example: '#urgent' will prepend '#urgent' to the search query and only include topics with the urgent category or tag."
224
224
tool_summary:
225
+
create_artifact: "Create web artifact"
225
226
web_browser: "Browse Web"
226
227
github_search_files: "GitHub search files"
227
228
github_search_code: "GitHub code search"
@@ -243,6 +244,7 @@ en:
243
244
search_meta_discourse: "Search Meta Discourse"
244
245
javascript_evaluator: "Evaluate JavaScript"
245
246
tool_help:
247
+
create_artifact: "Create a web artifact using the AI Bot"
246
248
web_browser: "Browse web page using the AI Bot"
247
249
github_search_code: "Search for code in a GitHub repository"
248
250
github_search_files: "Search for files in a GitHub repository"
@@ -264,6 +266,7 @@ en:
264
266
search_meta_discourse: "Search Meta Discourse"
265
267
javascript_evaluator: "Evaluate JavaScript"
266
268
tool_description:
269
+
create_artifact: "Created a web artifact using the AI Bot"
0 commit comments