Skip to content

Commit 971fe44

Browse files
Fix ListIndex Default value (#81)
Signed-off-by: rithin-pullela-aws <[email protected]>
1 parent e72d2f0 commit 971fe44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tool_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class baseToolArgs(BaseModel):
1515

1616
class ListIndicesArgs(baseToolArgs):
1717
index: str = Field(
18-
default=None,
18+
default='',
1919
description='The name of the index to get detailed information for. If provided, returns detailed information about this specific index instead of listing all indices.',
2020
)
2121

0 commit comments

Comments
 (0)