v1.0.207
Date released: December 03, 2025
New features and enhancements
AI
- Enhanced Thread Sharing for Conversations and Messages APIs: Key changes were implemented in the existing conversations and messages APIs. These updates enable the correct fetching and display of shared threads and their corresponding messages, significantly improving the reliability and accuracy of data retrieval for shared conversation content.
AI agents
Python agent
-
Added a mandatory user feedback step before the Python Agent executes any code. The agent will now display the generated plan (pseudo-code) and the resulting code for user review. Execution only proceeds after the user confirms or provides corrections. This ensures higher code accuracy and better alignment with user intent, preventing the execution of unnecessary or incorrect logic.
-
Major updates were made to the Python Agent's handling of Plotly charts to improve data reliability and retrieval.
-
Config files are now stored securely in S3, ensuring long-term data integrity for all chart configurations.
-
Removed the
plotly_configstreaming type. Chart data is now standardized and streamed via theimagetype. -
New API for JSON Retrieval: Responses now include a
getPlotlymetadata block with a key and a new dedicated API endpoint (/ai/api/v2/python-agent/get-plotly) to fetch the original, full Plotly JSON configuration on demand.
-
Was this helpful?