Type Alias: CardContextFactory
CardContextFactory = (
options) =>Promise<unknown>
Builds the per-turn request context the agent’s tools read.
Parameters
Section titled “Parameters”options
Section titled “options”resourceId?
Section titled “resourceId?”string
threadId?
Section titled “threadId?”string
Returns
Section titled “Returns”Promise<unknown>