feat: plugin system follow-up progress
This commit is contained in:
parent
dcd9b4f3d2
commit
5812c9bd9e
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ pub struct RegisteredTool {
|
|||
handler: RegisteredToolHandler,
|
||||
}
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
enum RegisteredToolHandler {
|
||||
Builtin,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue