Documentation Index
Fetch the complete documentation index at: https://icrl.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Constructor
Methods
Behavior Notes
- Adds optional system prompt automatically.
- Applies defensive truncation before completion calls.
- Includes token-budget safety helpers and retry paths for token/output-limit errors.
- Uses
max_tokenssafety logic (does not set bothmax_tokensandmax_completion_tokens).

