docs: clarify injectHookMessage degradation log on SQLite backend
This commit is contained in:
parent
d414f6daba
commit
3fe0e0c7ae
@ -269,9 +269,9 @@ export function injectHookMessage(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isSqliteBackend()) {
|
if (isSqliteBackend()) {
|
||||||
log("[hook-message-injector] WARNING: Skipping message injection on beta/SQLite backend. " +
|
log("[hook-message-injector] Skipping JSON message injection on SQLite backend. " +
|
||||||
"Injected messages are not visible to SQLite storage. " +
|
"In-flight injection is handled via experimental.chat.messages.transform hook. " +
|
||||||
"Features affected: continuation prompts, context injection.", {
|
"JSON write path is not needed when SQLite is the storage backend.", {
|
||||||
sessionID,
|
sessionID,
|
||||||
agent: originalMessage.agent,
|
agent: originalMessage.agent,
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user