~~Interface: ContextSourceAdapter~~
Interface: ContextSourceAdapter
Defined in: src/adapters/types.ts:588
Deprecated
Nothing implements or calls this, and nothing ever has.
There is no option that accepts a ContextSourceAdapter, so a correct
implementation has nowhere to go. Removed in 10.0.0.
To put your own content into a slot, use the injection engine, which is
the seam that actually runs: defineInjection / defineFact /
defineSkill from agentfootprint/context. An injection names its
flavor and trigger and is resolved into the same three slots this
port describes.
Properties
id
readonlyid:string
Defined in: src/adapters/types.ts:589
source
readonlysource:ContextSource
Defined in: src/adapters/types.ts:591
targetSlot
readonlytargetSlot:ContextSlot
Defined in: src/adapters/types.ts:590
Methods
resolve()
resolve(
ctx):Promise<readonlyContextContribution[]>
Defined in: src/adapters/types.ts:592
Parameters
ctx
Returns
Promise<readonly ContextContribution[]>
