/** * Absolute minimum prompt budget in tokens. When the context window is * large enough that `contextTokenBudget * MIN_PROMPT_BUDGET_RATIO` exceeds * this value, this absolute floor takes precedence.
*/
export const MIN_PROMPT_BUDGET_TOKENS = 8_000;
/** * Minimum share of the context window that must remain available for prompt * content after reserve tokens are subtracted.
*/
export const MIN_PROMPT_BUDGET_RATIO = 0.5;
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-05-26)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.