(ctx context.Context, scope Scope, id ToolID)
| 369 | ID() SourceRef |
| 370 | List(ctx context.Context, scope Scope) ([]Descriptor, error) |
| 371 | Resolve(ctx context.Context, scope Scope, id ToolID) (Handle, bool, error) |
| 372 | } |
| 373 | |
| 374 | // NativeToolFunc is the daemon-compiled function signature for native tools. |
no outgoing calls