extraction error logging

This commit is contained in:
Storme-bit
2026-04-21 00:26:41 -07:00
parent 588e8395f8
commit 22686fca3c

View File

@@ -24,9 +24,9 @@ const EPISODIC = {
const ORCHESTRATION = { const ORCHESTRATION = {
RECENT_EPISODE_LIMIT: 5, RECENT_EPISODE_LIMIT: 5,
SEMANTIC_LIMIT: 5, SEMANTIC_LIMIT: 5,
SCORE_THRESHOLD: 0.75, SCORE_THRESHOLD: 0.5,
ENTITIES_LIMIT: 5, ENTITIES_LIMIT: 5,
ENTITIES_THRESHOLD: 0.75, ENTITIES_THRESHOLD: 0.5,
TEMPERATURE: 0.7, TEMPERATURE: 0.7,
CORS_ORIGIN: 'http://localhost:5173', CORS_ORIGIN: 'http://localhost:5173',
SYSTEM_PROMPT: `You are a helpful, context-aware AI assistant. You have access to memories of past conversations with the user. Use them to provide consistent, personalised responses.` SYSTEM_PROMPT: `You are a helpful, context-aware AI assistant. You have access to memories of past conversations with the user. Use them to provide consistent, personalised responses.`