fix: stream tool summaries early and tool output
This commit is contained in:
@@ -11,6 +11,7 @@ export type AgentEventPayload = {
|
||||
stream: AgentEventStream;
|
||||
ts: number;
|
||||
data: Record<string, unknown>;
|
||||
sessionKey?: string;
|
||||
};
|
||||
|
||||
export type AgentRunContext = {
|
||||
|
||||
Reference in New Issue
Block a user