0.2.2
What's Changed
Full Changelog:
- Fixed a case where the API could behave in an unintended way due to an incorrect agent name (it would create a default one).
- Added agent names, which solves the ID issue in streaming and reduces the amount of hardcoded code in API models.
- Added a custom logger with an agent ID to the agent, and removed unnecessary logging initializations.
- Streaming has been improved: restreaming of full chunks has been added. Otherwise, if the content was not in the default fields, we would write None/empty chunks.