Closed anakin87 closed 1 week ago
Totals | |
---|---|
Change from base Build 11594818625: | 0.0% |
Covered Lines: | 1859 |
Relevant Lines: | 2078 |
@anakin87 reno note so we remember and communicate this decision?
We don't have Reno in this repository.
We don't have Reno in this repository.
Sorry, too many context switches for me 🤦
I put this on draft...
After more experimentation, I think we should also make Anthropic more robust.
UPDATE: done
Related Issues
While experimenting in an application with several Chat Generators, I encountered some errors passing
ChatMessages
generated by OpenAI to Anthropic.Our implementation of OpenAI always creates a
TextContent
. Anthropic fails with empty text blocks. I think we should not create a ""TextContent
ifcontent
isNone
. We should simply avoid creating itProposed Changes:
Do not create
TextContent
ifcontent
isNone
.How did you test it?
CI, enriched existing tests
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.