Interface: PlatformDefaults
Makaio Framework / ai-adapters-core / PlatformDefaults
Interface: PlatformDefaults
Section titled “Interface: PlatformDefaults”Defined in: ../../../adapters/core/src/types/ai-adapter-init-options.ts:8
Platform-provided defaults injected by the runtime. These are the lowest priority and will be overridden by request-level values.
Properties
Section titled “Properties”
optionalcwd?:string
Defined in: ../../../adapters/core/src/types/ai-adapter-init-options.ts:10
Default working directory for agent execution (e.g., os.tmpdir() on Node.js)
optionalenv?:Record<string,string>
Defined in: ../../../adapters/core/src/types/ai-adapter-init-options.ts:12
Default environment variables