mirror of
https://github.com/ultraworkers/claw-code-parity.git
synced 2026-04-29 08:16:14 +02:00
fix: auto compaction threshold default 200k tokens
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class QueryRequest:
|
||||
prompt: str
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class QueryResponse:
|
||||
text: str
|
||||
Reference in New Issue
Block a user