Add more logging context.
This commit is contained in:
parent
6278cc43f7
commit
2f76cdc260
3 changed files with 57 additions and 44 deletions
|
@ -711,7 +711,7 @@ def main():
|
|||
differences = knowledge.train([question])
|
||||
session().annotate(differences())
|
||||
|
||||
result, _, _ = knowledge.process(data['text'])
|
||||
result, _, _ = knowledge.process(data['text'])
|
||||
|
||||
if "after_execution" in data:
|
||||
for f in data["after_execution"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue