httpToolProviderRuntime()
Creates a HTTP tool provider runtime.
Import
Section titled “Import”import { httpToolProviderRuntime } from "@graphrefly/ts/executors/tool-provider-adapters";Signature
Section titled “Signature”function httpToolProviderRuntime( graph: Graph, opts: HttpToolProviderRuntimeOptions,): HttpToolProviderRuntimeBundleParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | HttpToolProviderRuntimeOptions | Options that configure the helper. |
Returns
Section titled “Returns”The HTTP tool provider runtime result.
Example
Section titled “Example”import { httpToolProviderRuntime } from "@graphrefly/ts/executors/tool-provider-adapters";Source
Section titled “Source”packages/ts/src/executors/tool-provider-adapters.ts