Changeset 0.22.9 (#151)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"tools": [
|
||||
{
|
||||
"name": "js_eval",
|
||||
"display_name": "JavaScript Eval",
|
||||
"description": "Execute JavaScript code in a secure browser sandbox. Use this to: verify calculations, run algorithms, transform data, test code snippets, parse/format strings, or any computation. Console output (log/warn/error) is captured. The last expression's value is returned as the result. Has no network access, no DOM access, no access to the parent page. Timeout: 10 seconds.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"tools": [
|
||||
{
|
||||
"name": "regex_test",
|
||||
"display_name": "Regex Tester",
|
||||
"description": "Test a regular expression against one or more input strings. Returns match details including captured groups, indices, and whether each string matched. Use this to verify regex patterns instead of guessing.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user