Skip to content

Commit 4a7efbf

Browse files
committed
update changelog
1 parent 3980484 commit 4a7efbf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314

415
## v0.9.26
516
feat(api): Enhance API endpoint and function name generation

0 commit comments

Comments
 (0)