Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update multi_chain_comparison.py (#2025)
Encountered a type error locally since my signature was returning a float (score), which doesn't have the `strip()` method. Once we cast this answer to a string, things work smoothly. NOTE: It seems like the answers provided within the completions only contain the final output field, but this does not generalize to cases where the signature has multiple output fields.
- Loading branch information