Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance llm_output_parser for flexible response handling
- Update llm_output_parser method in Agent class - Add support for parsing dictionary responses with 'choices' key - Handle plain string responses - Implement fallback to string conversion for unexpected types - Improve error logging for parsing failures
- Loading branch information