We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f327d commit c9277bdCopy full SHA for c9277bd
open_data_scientist/utils/executors.py
@@ -142,6 +142,9 @@ def execute_code_internal(
142
outputs_list: list[dict[str, Any]] = []
143
errors_list: list[str] = []
144
145
+ # NOTE: that here i am trying to reconstruct the output of TCI, but it is not perfect.
146
+ # Seems to work for most cases, but not all.
147
+
148
if raw_response.get("success"):
149
execution_summary_input["status"] = "success"
150
result_data = raw_response.get("result")
0 commit comments