Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiqunLu committed Sep 19, 2024
1 parent 9871cf4 commit 904c720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/utils/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Result:
latex: Optional[str] = None
json: Optional[Dict[str, Any]] = None
javascript: Optional[str] = None
artifact_name: Optional[str] = None
artifact: Optional[str] = None
extra: Optional[Dict[str, Any]] = None
"Extra data that can be included. Not part of the standard types."

Expand Down

0 comments on commit 904c720

Please sign in to comment.