story-kit: merge 339_story_web_ui_agent_assignment_dropdown_on_work_items
This commit is contained in:
@@ -31,6 +31,7 @@ export interface AgentEvent {
|
||||
export interface AgentConfigInfo {
|
||||
name: string;
|
||||
role: string;
|
||||
stage: string | null;
|
||||
model: string | null;
|
||||
allowed_tools: string[] | null;
|
||||
max_turns: number | null;
|
||||
|
||||
Reference in New Issue
Block a user