Orhan erday
Orhan erday
### Environment - Transformers and Tokenizer versions: transformers-4.43.3 tokenizers-0.19.1 - Platform: Python 3 Google Compute Engine backend (GPU) - Hardware accelerator: A100 GPU - Python version: Python 3.10.12 I got...
This PR adds a new `mute-channel` command to the CLI, allowing users to mute a specific channel with optional expiration. Includes: - New mute-channel command with --expiration flag - Markdown...
Add list-members Command Adds a new chat list-members command to list and paginate channel members via the Stream Chat API. Supports filtering, sorting, and pagination. Includes test coverage and generated...
This PR adds a new unmute-channel command to the CLI, allowing users to unmute a specific channel. Includes: - New unmute-channel command - Markdown documentation (docs/stream-cli_chat_unmute-channel.md) - Integration test `TestUnmuteChannel`...
Regenerate the docs via the `gen-docs` command https://www.emmanuelgautier.com/blog/snippets/go-cobra-docgen
This PR adds a new `update-message` command to the CLI, allowing users to truncate a specific channel. Includes: - New `update-message` command - Markdown documentation (docs/stream-cli_chat_update-message.md) - Integration test `TestUpdateMessage`...
This PR adds a new v-channel command to the CLI, allowing users to truncate a specific channel. Includes: - New truncate-channel command - Markdown documentation (docs/stream-cli_chat_truncate-channel.md) - Integration test TestTruncateChannel...
Replaced the deprecated `Channel.SendReaction` and `DeleteReaction` method with the updated `SendReaction` method to align with the latest SDK changes. Details - Updated method calls to prevent future deprecation issues. -...