March 24
Platform Improvements
New Globals and Accounts tab on the Build page
Accessing and configuring Globals and Accounts is easier now. New dedicated tabs are available on the Build page, allowing you to create and manage global variables and accounts directly from the area where pipelines are built.
Previously, Globals and Accounts could only be configured through the Settings page. With this update, you no longer need to navigate away from the Build context, making the setup process faster, more intuitive, and better integrated into your workflow.

Connectors
New Double Braces function: ISABSENT
The new ISABSENT() function simplifies how you handle missing data in Double Braces expressions. It automatically normalizes null, empty, or non-existent values into a single null, eliminating complex workarounds and making your pipelines cleaner, more reliable, and easier to maintain.
Blob Storage connector now supports Dynamic Accounts
The Blob Storage (Azure) connector now supports Dynamic Accounts, allowing credentials to be defined and updated at runtime instead of being statically configured. This makes pipelines more flexible, simplifies credential management, and enables dynamic authentication scenarios, such as temporary tokens or runtime-provided credentials, with greater ease and security.
Documentation
Ever wondered how to make sure your AI is actually doing what you expect? We added two new guides that walk you through building an automated quality gate for AI-generated tasks and then making it smart enough for production:
Automate AI task validation with a quality gate: Build an Evaluator Agent, test it against mocked data, and see where a strict prompt breaks down.
Optimize the AI auditor with semantic intelligence: Fix the prompt using Versioning, make the evaluator semantic, and confirm the improvement with the same test Dataset.
Bug fixes
Agent Component fixes: Fixed an issue where Datasets and Evaluations were not shared across minor versions of the same pipeline, ensuring consistent access to resources throughout the pipeline lifecycle.
Output Schema from MCP Tools: Fixed a bug where the Output Schema was not displayed in the tools/list operation for the MCP Server, ensuring tool schemas are now correctly displayed.
Last updated
Was this helpful?