mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-05 07:02:13 +08:00
fix: fix inheritance
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import type { Option } from "../messages";
|
||||
import type { StreamEvent } from "../sse";
|
||||
|
||||
// Tool Calls
|
||||
|
||||
@@ -23,7 +22,7 @@ export interface ToolCallChunk {
|
||||
|
||||
// Events
|
||||
|
||||
interface GenericEvent<T extends string, D extends object> extends StreamEvent {
|
||||
interface GenericEvent<T extends string, D extends object> {
|
||||
type: T;
|
||||
data: {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user