Skip to content

Commit cc91b37

Browse files
committed
fix generate response failed error
1 parent 327d212 commit cc91b37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

alias/src/alias/agent/agents/_data_science_agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ def __init__(
7575

7676
self.todo_list: List[Dict[str, Any]] = []
7777

78+
self.tmp_file_storage_dir = tmp_file_storage_dir
79+
7880
self.data_manager = data_manager
7981

8082
self.detailed_report_path = os.path.join(

0 commit comments

Comments
 (0)