We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0bd91 commit f53aeaaCopy full SHA for f53aeaa
libs/deepagents/src/backends/v2/protocol.ts
@@ -5,9 +5,7 @@
5
* V1 backends can be adapted using {@link adaptBackendProtocol} from utils.
6
*/
7
8
-import type {
9
- BackendProtocol,
10
-} from "../v1/protocol.js";
+import type { BackendProtocol } from "../v1/protocol.js";
11
import type {
12
ExecuteResponse,
13
GrepResult,
0 commit comments