Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert ChatRequest Messages to IList #9

Closed
chiouyazo opened this issue Dec 30, 2023 · 1 comment
Closed

Convert ChatRequest Messages to IList #9

chiouyazo opened this issue Dec 30, 2023 · 1 comment

Comments

@chiouyazo
Copy link

Currently the Messages property in the ChatRequest class is just a IEnumerable
This makes it "annoying" to add another message
It would make it easier if it was something like a IList
Coming from the Azure OpenAi packages, there the Messages are a IList too, with which you can just use .Add()

@chiouyazo
Copy link
Author

Impl. in #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants