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