Skip to content

Commit

Permalink
📑 add file logging
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Sep 3, 2023
1 parent c11a2f1 commit b7cdf3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codeinterpreterapi/schema/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class CodeInterpreterResponse(AIMessage):
def show(self):
print("AI: ", self.content)
for file in self.files:
print("File: ", file.name)
file.show_image()

def __str__(self):
Expand Down

0 comments on commit b7cdf3a

Please sign in to comment.