AppleIntents.Orchestrator behaviour (apple_intents v0.1.0)

Copy Markdown View Source

Behaviour for routing delegated intent work to external orchestrators.

Summary

Types

task_ref()

@type task_ref() :: module() | String.t()

Callbacks

run(task_ref, map, t, keyword)

(optional)
@callback run(task_ref(), map(), AppleIntents.Context.t(), keyword()) ::
  {:ok, map()} | {:error, term()}