This release adds a new ChatContextOptions
type which allows passing contextOptions
in ChatOptions
when calling chat
or chatStream
. ChatContextOptions
supports passing topK
and snippetSize
. There have also been fixes made to context
and chat
methods to fix issues with argument parameters not being properly passed with the requests.
What's Changed
- Add
ChatContextOptions
toChatOptions
by @austin-denoble in #347
Full Changelog: v6.0.1...v6.1.0