mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Remove unneeded code. (#3467)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
committed by
GitHub
parent
7cc84cd6af
commit
2b135d0e9e
@@ -125,7 +125,6 @@ Signal: Signal number or \`(none)\` if no signal was received.
|
||||
|
||||
export class ToolRegistry {
|
||||
private tools: Map<string, Tool> = new Map();
|
||||
private discovery: Promise<void> | null = null;
|
||||
private config: Config;
|
||||
|
||||
constructor(config: Config) {
|
||||
|
||||
Reference in New Issue
Block a user