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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## v0.9.27
4
+
feat(whatsapp): Add structured response base model for WhatsApp bot
5
+
6
+
- Create WhatsAppResponseBase model to standardize bot response structure
7
+
- Enhance WhatsAppBot to support generic structured output schemas
8
+
- Update _send_response method to handle structured response parsing
9
+
- Add type hints and documentation for new response handling mechanism
10
+
- Improve logging for structured response processing
11
+
- Enable more flexible and type-safe bot response generation
12
+
This change introduces a base model for WhatsApp bot responses that ensures a consistent response structure while allowing for extensible, type-safe output schemas.
13
+
3
14
4
15
## v0.9.26
5
16
feat(api): Enhance API endpoint and function name generation
0 commit comments