Improve messages.
This commit is contained in:
parent
f80545d693
commit
497c24c894
|
|
@ -118,7 +118,7 @@ def request_research_and_implementation(query: str) -> Dict[str, Any]:
|
||||||
success = True
|
success = True
|
||||||
reason = None
|
reason = None
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print_interrupt("Research interrupted by user")
|
print_interrupt("Task interrupted by user")
|
||||||
success = False
|
success = False
|
||||||
reason = CANCELLED_BY_USER_REASON
|
reason = CANCELLED_BY_USER_REASON
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue