How to register WorkspaceToolscsharp
registry.Register(new AgentTool( "list_workspace_files", "Lists all files and subdirectories located inside both the config and output workspace folders.", _ => ListWorkspaceFiles(), null ));