You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like using fluent assertions they are useful for building complex objects.
My only observation , which is not to do with fluent syntax directly, is how the consumer knows which properties are required when initializing a TextCompletion, it's not obvious.
Is it a rule in the Standard to only use anemic models? (I need to read it all, got to find some time with all he bits I'm working on at the moment). I much prefer something like below, as it's obvious to me that prompt and model are required, other properties are optional. I would eventually figure it out by trial and error on anemic model, but it's not a great developer experience.
The same applies for the Fluent Assertions, they are great but should start with required parameters being mandatory(if thats possible), then allow you to chain the additional properties you want.
#73
The text was updated successfully, but these errors were encountered: