Function: chainKeySource()
chainKeySource(
sources):KeySource
Defined in: packages/aiui-oracle/src/keys.ts:179
Try sources IN ORDER; the first to produce a credential wins, a source that throws falls through to the next. The V1 priority chain is chainKeySource([pasteKeySource(), cachingKeySource(mintingKeySource(…))]) — a user's pasted key TRUMPS everything (owner decision); the dev-server mint is the fallback; all failing, the combined refusals surface loudly.