Documentation / @agentick/apple / AppleAdapterConfig
Interface: AppleAdapterConfig
Defined in: types.ts:15
Apple Foundation Models adapter configuration.
Extended by
Properties
bridgePath?
optionalbridgePath:string
Defined in: types.ts:20
Path to the compiled Swift bridge executable. Defaults to the binary compiled by the package's postinstall script.
customBlocks?
optionalcustomBlocks:Record<string,CustomBlockDefinition>
Defined in: types.ts:24
Custom blocks to intercept from model output. Forwarded to createAdapter.
deltaTransform?
optionaldeltaTransform:DeltaTransformInput
Defined in: types.ts:26
User-facing delta transform. Forwarded to createAdapter.
model?
optionalmodel:string
Defined in: types.ts:22
Model identifier (default: "apple-foundation-3b")