1 2 3 4 5 6 7 8 9 10 11 12
name: list_files description: "List all files in the current workspace" output_schema: type: object required: - files properties: files: type: array items: type: string