Skip to content

Commit f224593

Browse files
author
Your Name
committed
#561: ReadRange string coercion
1 parent 32b619b commit f224593

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cecli/tools/read_range.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class Tool(BaseTool):
1919
VALIDATIONS = {
2020
"show": ["coerce_list"],
2121
"show[]": ["coerce_dict"],
22+
"show[].start_text": ["coerce_str"],
23+
"show[].end_text": ["coerce_str"],
2224
}
2325
SCHEMA = {
2426
"type": "function",

0 commit comments

Comments
 (0)