story-kit: merge 160_story_constrain_thinking_trace_height_in_agent_stream_ui
This commit is contained in:
@@ -11,7 +11,14 @@ export interface AgentInfo {
|
||||
}
|
||||
|
||||
export interface AgentEvent {
|
||||
type: "status" | "output" | "agent_json" | "done" | "error" | "warning";
|
||||
type:
|
||||
| "status"
|
||||
| "output"
|
||||
| "thinking"
|
||||
| "agent_json"
|
||||
| "done"
|
||||
| "error"
|
||||
| "warning";
|
||||
story_id?: string;
|
||||
agent_name?: string;
|
||||
status?: string;
|
||||
|
||||
Reference in New Issue
Block a user