# September 9

## **AI Pair Programmer**

### **LLM Connector updates**

The **LLM connector** received new capabilities and several usability improvements, including:

* Support for the Azure OpenAI provider.
* New configuration parameters to adjust creativity and variety.
* Configurable response format in JSON mode or Structured Outputs (JSON Schema).
* Added token usage metrics in the LLM response object (Input, Output and Total Token usage)

These updates guarantee flexibility, scalability, reliability integration with downstream systems, and more response control, adapting the outputs to your needs.

<a href="/spaces/EKM2LD3uNAckQgy1OUyZ/pages/M98ZW4THuGcyD7eW0byA" class="button primary">See details</a>

<figure><img src="/files/ygd8Jqqi5tTuWrTFmqFm" alt=""><figcaption></figcaption></figure>

## Connectors

### New connector: Marketo

The **Marketo** connector enables integrations with [Marketo’s marketing automation software](https://experienceleague.adobe.com/en/docs/marketo/using/getting-started/what-is-adobe-marketo-engage), allowing you to:

* Create, update, or search leads.
* Manage campaigns.
* Track lead activities such as email opens or form submissions.
* Export marketing reports and metrics.

All this within your pipelines through secure OAuth authentication.

<a href="/spaces/EKM2LD3uNAckQgy1OUyZ/pages/YceyQVLZum30bJRbYjnd" class="button primary">Read the documentation</a>

<figure><img src="/files/pqRQglT6ohcRqRkVT471" alt=""><figcaption></figcaption></figure>

## Documentation

We’ve produced the following documentation:

* [How to run a load test in Digibee](/documentation/resources/best-practices/load-test.md)

## Bug fixes

* **Invalid alerts created without a selected pipeline:** We fixed a bug that allowed saving alerts without selecting a valid pipeline when the “All pipelines” toggle was disabled. Pipeline selection is now required to prevent invalid alerts.
* **Missing `pipelineKey` filter in logs search:** We fixed a bug where the `pipelineKey` query parameter was not applied to the pipeline logs search when navigating from execution details to view all logs, leading to incomplete results.
* **Incorrect “Error” status in Run tab:** We fixed a bug where the Run tab showed “Error” status for pipelines that were working correctly.
* **Double Braces not working with the Object Store connector:** We fixed a bug where some Object Store connector configuration fields didn’t work properly when using Double Braces.
* **`CONCAT` function not working with TAB character:** We fixed a bug that prevented the `CONCAT` function from working when the TAB character was used. Now, the `\t` character is replaced by a space.
* **Account parameter not applied in REST V2 connector:** We fixed a bug that caused the REST V2 connector to list all realm accounts in the dropdown instead of only the accounts defined by the parameter.
* **Connector mocks not saved:** We fixed a bug that prevented connector mocks from being saved when configured in the BR and US clusters.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digibee.com/documentation/release-notes/september-2025/september-9.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
