You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add agents and agent runs
* fix: skip agent API tests in CI for approved space IDs
* fix: rename parameter in wrapAgentRun function for clarity
* fix: remove unused query parameter from getMany method
* fix: update AgentGenerateResponse type to include threadId
* fix: make messages property required in AgentRunProps type
* fix: remove limit parameter from getMany request in agent tests
* fix: update types to replace AgentGenerateResponse with AgentRunProps
* fix: remove AgentRunMessageType from agent-run types
* docs: update README to include information on experimental agents and agent runs endpoints
* fix: update alpha feature header to use 'agents-api'
@@ -232,18 +232,19 @@ The benefits of using the "plain" version of the client, over the legacy version
232
232
Cursor-based pagination is supported on collection endpoints for content types, entries, and assets. To use cursor-based pagination, use the related entity methods `getAssetsWithCursor`, `getContentTypesWithCursor`, and `getEntriesWithCursor`
@@ -444,9 +445,11 @@ To download a build that has features that are not yet released, you can use the
444
445
npm install contentful-management@canary
445
446
```
446
447
448
+
In addition, there may be some experimental features in the main build of this SDK that are subject to breaking changes without notice, which are listed below:
449
+
447
450
### Current experimental features
448
451
449
-
Currently there are no features in experimental status.
452
+
- **AI Agents**: The Agent and Agent Run APIs (`getAgent`, `getAgents`, `getAgentRun`, `getAgentRuns`, `generateWithAgent`) are experimental and subject to breaking changes without notice.
0 commit comments