"field_name_already_exists":"Field name already exists",
"field_name_already_exists":"Field name already exists",
"field_required":"Required",
"field_required":"Required",
"field_used_as_tool_input":"Used as Tool Call Parameter",
"field_used_as_tool_input":"Used as Tool Call Parameter",
"filter_description":"Currently supports filtering by tags and creation time. Fill in the format as follows:\n{\n\"tags\": {\n\"$and\": [\"Tag 1\",\"Tag 2\"],\n\"$or\": [\"When there are $and tags, and is effective, or is not effective\"]\n },\n\"createTime\": {\n\"$gte\": \"YYYY-MM-DD HH:mm format, collection creation time greater than this time\",\n\"$lte\": \"YYYY-MM-DD HH:mm format, collection creation time less than this time, can be used with $gte\"\n }\n}",
"filter_description":"Currently supports filtering by tags, creation time, and collection IDs. Fill in the format as follows:\n{\n\"tags\": {\n\"$and\": [\"Tag 1\",\"Tag 2\"],\n\"$or\": [\"When there are $and tags, and is effective, or is not effective\"]\n },\n\"createTime\": {\n\"$gte\": \"YYYY-MM-DD HH:mm format, collection creation time greater than this time\",\n\"$lte\": \"YYYY-MM-DD HH:mm format, collection creation time less than this time, can be used with $gte\"\n },\n\"collectionIds\": [\"collectionId1\", \"collectionId2\", \"Folder IDs are supported and will automatically expand to get all sub-collections\"]\n}",