mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
Refactor conversation plugin hooks and add plugin interface
This commit is contained in:
+2
-2
@@ -5,9 +5,9 @@ Release History
|
||||
## 0.1.3 (2024-10-30)
|
||||
|
||||
- Make Conversation a context manager.
|
||||
- Add more robust conversation plugin hooks.
|
||||
- Remove `send_hook` from `BaseProvider`. Replaced with `pre_send_hook` and `post_send_hook`.
|
||||
- Add more robust conversation plugin hooks — replace `send_hook` with `pre_send_hook` and `post_send_hook`.
|
||||
- Change plugin hooks to try/except NotImplementedError.
|
||||
- Implement 'did you mean' with provider names. Can do this eventually with model names, as well.
|
||||
|
||||
## 0.1.2 (2024-10-29)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user