mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 06:57:17 -05:00
Fix sqlite compatibility for cognition models
This commit is contained in:
@@ -242,7 +242,7 @@ async def run_cognition(
|
||||
input_context=request.input,
|
||||
output=str(step_value),
|
||||
confidence_score=pipeline.get('confidence', 0.0),
|
||||
metadata={'mode': request.mode}
|
||||
trace_metadata={'mode': request.mode}
|
||||
)
|
||||
db.add(trace)
|
||||
step_number += 1
|
||||
|
||||
Reference in New Issue
Block a user