@nikcli-ai/sdk 1.239.0 → 1.240.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2389,10 +2389,6 @@ export type Config = {
|
|
|
2389
2389
|
* Show a per-turn token breakdown after each answer, with a warning when the prompt cache is invalidated (default: false)
|
|
2390
2390
|
*/
|
|
2391
2391
|
turn_tokens?: boolean;
|
|
2392
|
-
/**
|
|
2393
|
-
* Render LaTeX math in messages as Unicode formulas instead of raw source (default: true). Set to false to keep $…$ and $$…$$ as written.
|
|
2394
|
-
*/
|
|
2395
|
-
math?: boolean;
|
|
2396
2392
|
};
|
|
2397
2393
|
ads?: AdsConfig;
|
|
2398
2394
|
server?: ServerConfig;
|