Version 1.18.0
What’s 🆕 ?
Application ASK Security Enhancement:
We're introducing a static token to enhance the security of "ask" requests in our application. This token will attach to every API request for both existing and new applications. Existing applications will function normally until you click "Save & Publish" or "Regenerate Token" to redeploy the app.
Custom Auth Header for OpenAPI Tool:
While SWE supports static bearer token authentication, you can now override this header in your API requests for more dynamic authentication options.
Guardrail Violations Tracking:
Guardrail violations are now recorded in the OOB conversation dataset.
New models were added to Model’s list!
- OpenAI: chatgpt-4o-latest, o1, o1-mini, o1-preview and o3-mini
- GoogleAI: gemini-2.0-flash, gemini-2.0-flash-lite, gemini-2.0-flash-exp and gemini-2.0-flash-thinking-exp
- Claude: claude-3-7-sonnet-latest
Note that o1/o3, gemini-2.0-flash-thinking-exp are “reasoning” models, And o1/o3 requieres tempature=1.
Improvements 🤯
Added search by ID in the applications table.
Last interaction column in Applications table
This feature enables you to track the last interaction within your application. Please note that it applies only to production apps and does not include playground usage.
Bug Fixes 🐛
- Fixed bug in cite sources that were not always displayed.
- Removed markdown formatting from SQL queries in SQL DB chains.
(edited)