File tree Expand file tree Collapse file tree
apps/sim/lib/copilot/tool-executor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { BillingAttributionSnapshot } from '@/lib/billing/core/billing-attribution'
2- import type { MothershipResource } from '@/lib/copilot/resources/types'
2+ import type { MothershipResourceUpdate } from '@/lib/copilot/resources/types'
33import type { SecretMountPolicy } from '@/lib/copilot/secret-mount-policy'
44import type { ResolvedSecretTraceRegistry } from '@/executor/utils/resolved-secret-trace-registry'
55
@@ -84,7 +84,7 @@ export interface ToolExecutionResult {
8484 success : boolean
8585 output ?: unknown
8686 error ?: string
87- resources ?: MothershipResource [ ]
87+ resources ?: MothershipResourceUpdate [ ]
8888 /**
8989 * Declared by tools whose failure a caller cannot otherwise act on. Consumed by
9090 * the egress projection and never returned to the model as-is — on a withheld
You can’t perform that action at this time.
0 commit comments