mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-07 22:36:02 +00:00
Feat/agentic rag and parser invoke api (#2052)
* feat: add pipeline api * feat: add list parser * ruff lint * fix: add filter but agentic rag not to use * feat: add bot uuid for memory..
This commit is contained in:
@@ -168,6 +168,7 @@ class LocalAgentRunner(runner.RequestRunner):
|
||||
result = await kb.retrieve(
|
||||
user_message_text,
|
||||
settings={
|
||||
'bot_uuid': query.bot_uuid or '',
|
||||
'sender_id': str(query.sender_id),
|
||||
'session_name': f'{query.session.launcher_type.value}_{query.session.launcher_id}',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user