Skip to content

Documentation / @agentick/apple / AppleAdapterConfig

Interface: AppleAdapterConfig

Defined in: types.ts:15

Apple Foundation Models adapter configuration.

Extended by

Properties

bridgePath?

optional bridgePath: 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?

optional customBlocks: Record<string, CustomBlockDefinition>

Defined in: types.ts:24

Custom blocks to intercept from model output. Forwarded to createAdapter.


deltaTransform?

optional deltaTransform: DeltaTransformInput

Defined in: types.ts:26

User-facing delta transform. Forwarded to createAdapter.


model?

optional model: string

Defined in: types.ts:22

Model identifier (default: "apple-foundation-3b")

Released under the ISC License.