We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26bd30 commit 4359d05Copy full SHA for 4359d05
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Auto allow ask_user tool by default.
6
+
7
## 0.127.0
8
9
- Support `ask_user` tool allowing LLM to ask the user questions with optional selectable options. #338
src/eca/config.clj
@@ -164,6 +164,7 @@
164
"eca__editor_diagnostics" {}
165
"eca__skill" {}
166
"eca__task" {}
167
+ "eca__ask_user" {}
168
"eca__spawn_agent" {}}
169
:ask {}
170
:deny {}}
0 commit comments