You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use the function in llms.py to extract answers, it has the potential to define an attribute of a person, e.g., like person.name.first. but it doesn't first try to run the objects block, and instead defines person as a dictionary.
The text was updated successfully, but these errors were encountered:
When you use the function in llms.py to extract answers, it has the potential to define an attribute of a person, e.g., like
person.name.first
. but it doesn't first try to run the objects block, and instead definesperson
as a dictionary.The text was updated successfully, but these errors were encountered: