NeuroClient
Narrow entry point fed to TypeDoc by the docs site.
The generated neuro.<group>.<method> surface (~654 wrappers) is documented
separately by apps/docs/scripts/generate-api-docs.ts from prompts.json,
which gives us cleaner per-method pages with the actual system prompts.
Here we only expose the small client-control surface so TypeDoc produces a focused “Client API” section.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NeuroClient(options): NeuroClient;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”NeuroClient
Properties
Section titled “Properties”readonly mode: Mode;readonly model: string;temperature
Section titled “temperature”readonly temperature: number;maxTokens
Section titled “maxTokens”readonly maxTokens: number;Methods
Section titled “Methods”executeFunction()
Section titled “executeFunction()”executeFunction(input): Promise<unknown>;Execute a wrapped JS method via the LLM.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”Promise<unknown>