fix: count history tokens from chunks, remove old UI setting limit (#2196)

This commit is contained in:
Alex
2025-12-17 01:34:17 +00:00
committed by GitHub
parent aacf281222
commit af3e16c4fc
12 changed files with 3 additions and 77 deletions

View File

@@ -59,7 +59,6 @@ export interface RetrievalPayload {
conversation_id: string | null;
prompt_id?: string | null;
chunks: string;
token_limit: number;
isNoneDoc: boolean;
index?: number;
agent_id?: string;