cheshire-cat-ai / core

Production ready AI agent framework
https://cheshirecat.ai
GNU General Public License v3.0
2.14k stars 282 forks source link

fix experimental message endpoint #826

Closed lucagobbi closed 1 month ago

lucagobbi commented 1 month ago

Description

Bugfix to adjust the current behaviour of the experimental message endpoint /message. I've also provided response_model to allow type inference on json schema autogenerated by fastapi

Related to issue #824

Type of change

Checklist:

pieroit commented 1 month ago

Thanks @lucagobbi !!!