Coverage for lintro / ai / providers / constants.py: 100%
3 statements
« prev ^ index » next coverage.py v7.13.0, created at 2026-04-03 18:53 +0000
« prev ^ index » next coverage.py v7.13.0, created at 2026-04-03 18:53 +0000
1"""Shared constants for AI provider implementations."""
3DEFAULT_MAX_TOKENS = 4096
4DEFAULT_PER_CALL_MAX_TOKENS = 1024
5DEFAULT_TIMEOUT = 60.0