Skip to content

Commit

Permalink
handle scoping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed May 9, 2024
1 parent 2b02500 commit 2e53e32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/marvin/beta/assistants/formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ def _cached_format_step(_step):
panel = format_code_interpreter_tool_call(step, tool_call)
elif tool_call.type == "function":
panel = format_function_tool_call(step, tool_call)
else:
continue
panels.append(panel)

elif step.type == "message_creation":
Expand Down

0 comments on commit 2e53e32

Please sign in to comment.