Merge remote-tracking branch 'origin/main' into fork/TheLukasHenry/createUIsForTools

# Conflicts:
#	.idea/workspace.xml
This commit is contained in:
Ibrahima G. Coulibaly
2025-03-09 01:51:30 +00:00
10 changed files with 988 additions and 117 deletions

View File

@@ -19,7 +19,8 @@ export type ToolCategory =
| 'number'
| 'gif'
| 'list'
| 'json';
| 'json'
| 'csv';
export interface DefinedTool {
type: ToolCategory;