feat(agents): support chat to agent (#403)
This commit is contained in:
@@ -6,6 +6,7 @@ export interface AgentSummary {
|
||||
inheritedModel: boolean;
|
||||
workspace: string;
|
||||
agentDir: string;
|
||||
mainSessionKey: string;
|
||||
channelTypes: string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user