·
4 commits
to main
since this release
Added
-
Added new endpoints for agent graphs, which represent directed graphs of AI Configs for agent workflows.
GET /api/v2/projects/{projectKey}/agent-graphs/{graphKey}PATCH /api/v2/projects/{projectKey}/agent-graphs/{graphKey}DELETE /api/v2/projects/{projectKey}/agent-graphs/{graphKey}
-
Added
evaluationMetricKeyandisInvertedto AI Configs endpoints:GET /api/v2/projects/{projectKey}/ai-configs/{configKey}- returns these fields in responsePOST /api/v2/projects/{projectKey}/ai-configs- accepts these fields in request bodyPATCH /api/v2/projects/{projectKey}/ai-configs/{configKey}- accepts these fields in request body- Deprecated
evaluationMetricKeysin GET endpoints in response to this
-
Added
flagPurposetoPOST /api/v2/metrics/{projectKey},GET /api/v2/metrics/{projectKey}/{metricKey},PATCH /api/v2/metrics/{projectKey}/{metricKey} -
Added new semantic patch instruction
updateDescriptionfor updating the description of approval requests -
Added
releasePoliciesandreleasePolicyCountexpandable properties to metric group responses. These fields are feature-flagged and will appear in the following endpoints when theenable-metric-group-release-policy-connectionsflag is enabled:GET /api/v2/projects/{projectKey}/metric-groupsPOST /api/v2/projects/{projectKey}/metric-groupsGET /api/v2/projects/{projectKey}/metric-groups/{metricGroupKey}PATCH /api/v2/projects/{projectKey}/metric-groups/{metricGroupKey}
Changed
- Removed the beta tag from AI Configs, AI tools, and model configs APIs. These endpoints no longer require the
LD-API-Version: betaheader. - All non-beta requests now include the
LD-API-Version: 20240415header by default. This default header value means that requests will use the API version corresponding to the appropriate OpenAPI spec rather than the authentication token's API version.
Removed
- Removed the generation of the PHP and JavaScript client libraries.