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 32b619b commit f224593Copy full SHA for f224593
1 file changed
cecli/tools/read_range.py
@@ -19,6 +19,8 @@ class Tool(BaseTool):
19
VALIDATIONS = {
20
"show": ["coerce_list"],
21
"show[]": ["coerce_dict"],
22
+ "show[].start_text": ["coerce_str"],
23
+ "show[].end_text": ["coerce_str"],
24
}
25
SCHEMA = {
26
"type": "function",
0 commit comments