# February 24

## Connectors & Triggers

### **Evaluations for Agent Testing**

We’ve introduced **Evaluations** in the Agent Component to enable automated validation of model outputs.

Evaluations allow you to define structured validation rules using JSONPath expressions and configurable comparison logic (such as **Not Empty**, **Contains**, or **Equals**). These rules are executed against each Experiment within a Dataset and return clear pass/fail results.

With Evaluations, you can now:

* Automatically verify field presence and data types
* Enforce deterministic value rules
* Detect structural regressions before deployment
* Validate outputs across multiple input variations

This enhancement adds an objective validation layer to AI workflows, improving reliability and reducing manual inspection.

<a href="https://app.gitbook.com/s/EKM2LD3uNAckQgy1OUyZ/connectors/ai-tools/llm/testing-your-agent" class="button primary">Learn more</a>

<figure><img src="https://4091659634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE9x0KHkAmxzJGlYPs9aE%2Fuploads%2FHyv9KgbsIRe4DokNWHDT%2Fqs-evaluations.gif?alt=media&#x26;token=040768f0-07d5-4ccb-af36-471119436bee" alt=""><figcaption></figcaption></figure>

### Update to the MCP Server Trigger response format

In the previous release, the [MCP Server Trigger](https://app.gitbook.com/s/EKM2LD3uNAckQgy1OUyZ/triggers/web-protocols/mcp-server) response format was updated to align with the official MCP protocol specification for **text outputs**, encapsulating responses inside the `content` field.

With this release, we extended the implementation to support structured outputs that are now properly returned in the `structuredContent` field, as defined by the MCP protocol.

This improvement ensures full compliance with the tool/call response specification and guarantees consistent handling of both textual and structured data across MCP-compatible integrations.

## Platform Improvements

### **Undo and Redo on Canvas**

Boost your workflow efficiency and edit with confidence. You can now quickly reverse or reapply actions within the Canvas — such as adding/removing connectors or updating configurations — using the new **Undo** and **Redo** buttons. Located in the lower-right corner, these controls are also accessible via keyboard shortcuts for Windows, Linux, and MacOS.

* **Undo:** Ctrl + Z (Windows/Linux) or Cmd + Z (macOS).
* **Redo:** Ctrl + Shift + Z (Windows/Linux) or Cmd + Shift + Z (macOS).

<a href="https://app.gitbook.com/s/jvO5S91EQURCEhbZOuuZ/development-cycle/build-overview/canvas" class="button primary">Check it out</a>

<figure><img src="https://4091659634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE9x0KHkAmxzJGlYPs9aE%2Fuploads%2FBhTnP1tmFMK8QemlNDDW%2FUndo%20and%20redo%20(v2).gif?alt=media&#x26;token=18a7a06c-0a75-400f-a8c5-ec9978d6710a" alt=""><figcaption></figcaption></figure>

### **Data Streaming now available for Splunk**

Data Streaming on the Digibee Integration Platform now supports Splunk. You can automatically stream logs and execution data to one of the world’s most powerful data analysis platforms in real time.

<a href="https://app.gitbook.com/s/jvO5S91EQURCEhbZOuuZ/platform-administration/settings/data-streaming/data-streaming-splunk" class="button primary">Read the full documentation </a>

<figure><img src="https://4091659634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE9x0KHkAmxzJGlYPs9aE%2Fuploads%2Fo1KYFUK2q3DLHDuueFPJ%2FData%20Streaming%20-%20Splunk.gif?alt=media&#x26;token=6c06e5cd-2c37-4553-80ed-a1e71af683b1" alt=""><figcaption></figcaption></figure>

## Documentation

We’ve created the following use case documentation to expand your knowledge of AI on the Digibee Integration Platform:

* [**Build your first AI testing workflow with Datasets and Evaluations**](https://app.gitbook.com/s/aD6wuPRxnEQEsYpePq36/quickstarts/first-ai-testing-workflow): Build a working AI testing workflow that validates structured JSON outputs across multiple input variations.

## **Bug fixes**

* **“View more logs" button doesn’t work:** We fixed a bug that prevented users from viewing the full list of logs in the detailed Executions tab of the Executions page.
