()
| 2063 | const credentialWriteRuntimeId = crypto.randomUUID(); |
| 2064 | |
| 2065 | const staticToolOwner = (): Owner => (subject == null ? "org" : "user"); |
| 2066 | const staticToolConnection = (integration: StaticIntegrationDecl): ConnectionName => |
| 2067 | ConnectionName.make(integration.id === EXECUTOR_INTEGRATION_ID ? "coreTools" : "static"); |
| 2068 |