mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-20 12:39:15 +08:00
fix: fix inheritance
This commit is contained in:
parent
6e0aa305d1
commit
0a59fc5439
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user