anthropic CUA - limit image message count (#2265)

This commit is contained in:
Shuchang Zheng
2025-04-30 18:03:40 -07:00
committed by GitHub
parent 7dae328c0c
commit 38f8a21d32
2 changed files with 36 additions and 0 deletions

View File

@@ -33,3 +33,4 @@ class ScrapeType(StrEnum):
SCRAPE_TYPE_ORDER = [ScrapeType.NORMAL, ScrapeType.NORMAL, ScrapeType.RELOAD]
DEFAULT_MAX_TOKENS = 100000
MAX_IMAGE_MESSAGES = 10