v0.9.0 - Tools release!
What's Changed
Features
- Fix OpenAI Embeddings Auth Issue by @adhishthite in #1077
- feat: add support for anthropic on vertex by @cheahjs in #958
- Extend endpointOai.ts to allow usage of extra sampling parameters by @taeminlee in #1032
- Web Search: Playwright, spatial parsing, markdown by @Saghen in #1094
- Generic Multimodal Support by @Saghen in #1021
- Generic Multimodal Support Fixed by @Saghen in #1147
- add assistantId in the conversation API by @alak in #1154
- add missing assistantId param by @alak in #1156
- Function calling by @nsarrazin in #996
- Add error message for tools by @Saghen in #1163
- Disable text streaming if user prefers reduced animation by @neven4 in #1131
- Add metrics for models, tools, websearch by @nsarrazin in #1186
- Bypass spaces tools rate limit by @mishig25 in #1167
- Log parsing failures, drop from UI by @Saghen in #1189
- Reduce message update size returned by websearch by @nsarrazin in #1179
- Simplify tool error handling by @Saghen in #1168
- Misc tools release by @gary149 in #1192
- Add a loading bar for tools by @nsarrazin in #1188
Bugfixes
- Fix context of logger by @jorado in #1112
- Remove trim on user input by @nsarrazin in #1122
- [fix] Assistant websearch text/markdown source by @mishig25 in #1129
- Clear playwright singleton on close by @Saghen in #1170
- Always close playwright page by @Saghen in #1171
- Fix message update migration not applying by @Saghen in #1164
- Ony call tools if model.tools is true by @nsarrazin in #1172
- fix streaming not updating on front-end by @nsarrazin in #1173
- Fix reduced motion mode causing 500 on ssr by @nsarrazin in #1177
- fix: parse ISS if returned in OIDC flow by @muscionig in #1162
- Fix Playwright leak and use multiple contexts by @Saghen in #1187
- Generic tool error msg "Error occurred" by @mishig25 in #1193
- Fix display websearch when using tools by @nsarrazin in #1197
- Fix issue with system preprompt and tools by @nsarrazin in #1198
New Contributors
- @adhishthite made their first contribution in #1077
- @jorado made their first contribution in #1112
- @cheahjs made their first contribution in #958
- @taeminlee made their first contribution in #1032
- @xianbaoqian made their first contribution in #1150
- @neven4 made their first contribution in #1131
- @wilfriedroset made their first contribution in #1144
- @muscionig made their first contribution in #1162
Full Changelog: v0.8.4...v0.9.0