Interface AgentExecutionContextV1

interface AgentExecutionContextV1 {
    sources: Readonly<Record<string, AgentSourceBindingV1>>;
}

Properties

Properties

sources: Readonly<Record<string, AgentSourceBindingV1>>