Atsushi Sumita
Results
2
issues of
Atsushi Sumita
Hi, I have problem in s3 backend with assume role. Currently, I run commuter by the following command; ``` git clone [email protected]:nteract/commuter.git cd commuter yarn COMMUTER_S3_ENDPOINT=s3.ap-northeast-1.amazonaws.com COMMUTER_BUCKET= COMMUTER_STORAGE_BACKEND=s3 yarn dev...
For agents class, raise `OutputParserException` instead of `ValueError`, enabling better error handling of invalid format. Implements `get_format_instructions()` where it's missing. This enables using `OutputFixingParser` to automatically recover from invalid formats.