Improve search

This commit is contained in:
2026-03-02 02:26:25 +00:00
parent a9f5f3f75d
commit b94219fc5b
20 changed files with 1626 additions and 314 deletions

View File

@@ -1313,7 +1313,11 @@ class XMPPComponent(ComponentXMPP):
chat_history,
)
self.log.debug("Running XMPP context prompt")
result = await ai.run_prompt(prompt, manip.ai)
result = await ai.run_prompt(
prompt,
manip.ai,
operation="xmpp_mutate",
)
self.log.debug("Generated mutated response for XMPP message")
await history.store_own_message(
session=session,