mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
fix: enable knowledge base with Dograh config v2
This commit is contained in:
parent
d675fd1fda
commit
efb25a0cc5
19 changed files with 557 additions and 113 deletions
|
|
@ -41,9 +41,7 @@ async def _persist_amd_result_if_present(
|
|||
gathered_context={"answered_by": amd_result.answered_by},
|
||||
)
|
||||
except Exception as exc:
|
||||
logger.warning(
|
||||
f"[run {workflow_run_id}] Failed to persist AMD result: {exc}"
|
||||
)
|
||||
logger.warning(f"[run {workflow_run_id}] Failed to persist AMD result: {exc}")
|
||||
|
||||
|
||||
@router.post("/twiml", include_in_schema=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue