postgresqlQueryToolArgumentsFromIntent()
Lowers a provider-neutral exact intent to the public coordinate-only tool arguments.
Import
Section titled “Import”import { postgresqlQueryToolArgumentsFromIntent } from "@graphrefly/ts/executors/postgresql-tool-provider";Signature
Section titled “Signature”function postgresqlQueryToolArgumentsFromIntent(intent: PostgresqlQueryIntentCoordinates): PostgresqlQueryToolArgumentsParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
intent | PostgresqlQueryIntentCoordinates | Missing @param intent JSDoc. |
Returns
Section titled “Returns”PostgresqlQueryToolArguments
Documentation Status
Section titled “Documentation Status”This page was generated from source JSDoc, but the structured API tags are incomplete:
- Missing
@returns. - Missing
@param intent. - Missing
@category. - Missing
@example.
Source
Section titled “Source”packages/ts/src/executors/postgresql-tool-provider.ts