landing-ai / vision-agent

Vision agent
Apache License 2.0
885 stars 86 forks source link

fix: dict_values need to cast to list before json serialization #155

Closed wuyiqunLu closed 1 week ago

wuyiqunLu commented 1 week ago

values() return dict_values type and is not json serializable, so need to convert to list

Tested locally and see success result:

image