mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 05:31:02 +00:00
feat: create draft framework for cli & sdk
This commit is contained in:
parent
6729980b47
commit
e1ffaec499
58 changed files with 8982 additions and 668 deletions
|
|
@ -174,7 +174,5 @@ export abstract class BaseController {
|
|||
/**
|
||||
* Cleanup resources
|
||||
*/
|
||||
cleanup(): void {
|
||||
// Subclasses can override to add cleanup logic
|
||||
}
|
||||
cleanup(): void {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue