Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/memory / / buildInductionRequest
Function: buildInductionRequest()
ts
function buildInductionRequest(trajectory, options?): ProviderRequest;Defined in: packages/memory/src/consolidator/phases/induce.ts:135
Build the (pure) induction request. Renders the trajectory as numbered steps; caps the rendered steps to keep the prompt bounded.
Parameters
| Parameter | Type |
|---|---|
trajectory | Trajectory |
options | WorkflowInductionOptions |