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.

Connectors
New connector: Marketo
The Marketo connector enables integrations with Marketo’s marketing automation software, 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.

Documentation
We’ve produced the following documentation:
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 thepipelineKey
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 theCONCAT
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.
Last updated
Was this helpful?