AxLoggerFunction
type AxLoggerFunction = (message: AxLoggerData) => void;
Defined in: https://github.com/ax-llm/ax/blob/d2df625e2c2fd70a090d6321c042579c2819f0d1/src/ax/ai/types.ts#L436
Parameters
| Parameter | Type |
|---|---|
message | AxLoggerData |
Returns
void
DSPy for TypeScript. Working with LLMs is complex—they don't always do what you want. DSPy makes it easier to build amazing things with LLMs. Just define your inputs and outputs (signature) and an efficient prompt is auto-generated and used. Connect together various signatures to build complex systems and workflows using LLMs.
type AxLoggerFunction = (message: AxLoggerData) => void;
Defined in: https://github.com/ax-llm/ax/blob/d2df625e2c2fd70a090d6321c042579c2819f0d1/src/ax/ai/types.ts#L436
| Parameter | Type |
|---|---|
message | AxLoggerData |
void