mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:20:43 +00:00
refactor: trim subagent type exports
This commit is contained in:
@@ -50,7 +50,7 @@ type SubagentOutputSnapshot = {
|
||||
waitingForContinuation?: boolean;
|
||||
};
|
||||
|
||||
export type AgentWaitResult = {
|
||||
type AgentWaitResult = {
|
||||
status?: string;
|
||||
startedAt?: number;
|
||||
endedAt?: number;
|
||||
|
||||
@@ -32,7 +32,7 @@ export type AnnounceQueueItem = {
|
||||
sourceTool?: string;
|
||||
};
|
||||
|
||||
export type AnnounceQueueSettings = {
|
||||
type AnnounceQueueSettings = {
|
||||
mode: QueueMode;
|
||||
debounceMs?: number;
|
||||
cap?: number;
|
||||
|
||||
@@ -17,7 +17,7 @@ type ToolProfilePolicy = {
|
||||
deny?: string[];
|
||||
};
|
||||
|
||||
export type CoreToolSection = {
|
||||
type CoreToolSection = {
|
||||
id: string;
|
||||
label: string;
|
||||
tools: Array<{
|
||||
|
||||
Reference in New Issue
Block a user