Skip to content

Commit

Permalink
testing data type in log function
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Feb 28, 2024
1 parent 0f5b660 commit f8f6c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ai_ta_backend/nomic_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def log_convo_to_nomic(course_name: str, conversation) -> str:

print(f"in log_convo_to_nomic() for course: {course_name}")
print("type of conversation:", type(conversation))
print("conversation:", conversation)
#conversation = json.loads(conversation)
messages = conversation['conversation']['messages']
user_email = conversation['conversation']['user_email']
Expand Down

0 comments on commit f8f6c6e

Please sign in to comment.