resolveToolProviderExecutionPolicies()
Resolves tool provider execution policies.
Import
Section titled “Import”import { resolveToolProviderExecutionPolicies } from "@graphrefly/ts/orchestration";Signature
Section titled “Signature”function resolveToolProviderExecutionPolicies(opts: { readonly request: AgentRequestIssued; readonly routes?: readonly ExecutorRoute[]; readonly catalogs?: readonly ToolProviderCatalog[];}): readonly ToolProviderPolicyResolution[]Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
opts | { readonly request: AgentRequestIssued; readonly routes?: readonly ExecutorRoute[]; readonly catalogs?: readonly ToolProviderCatalog[]; } | Options that configure the helper. |
Returns
Section titled “Returns”The resolve tool provider execution policies result.
Example
Section titled “Example”import { resolveToolProviderExecutionPolicies } from "@graphrefly/ts/orchestration";Source
Section titled “Source”packages/ts/src/orchestration/agent-runtime-tool-provider-policy.ts