Merge pull request #2958 from kui123456789/fix/context-injector-prt-prefix
fix(context-injector): prefix synthetic part ids with prt_
This commit is contained in:
@@ -164,7 +164,7 @@ export function createContextInjectorMessagesTransformHook(
|
||||
}
|
||||
|
||||
const syntheticPart = {
|
||||
id: `synthetic_hook_${sessionID}`,
|
||||
id: `prt_synthetic_hook_${sessionID}`,
|
||||
messageID: lastUserMessage.info.id,
|
||||
sessionID: messageSessionID ?? "",
|
||||
type: "text" as const,
|
||||
|
||||
Reference in New Issue
Block a user