docs: update documentation to reflect SDK scheduled trigger removal#2910
Open
inkeep[bot] wants to merge 4 commits intomainfrom
Open
docs: update documentation to reflect SDK scheduled trigger removal#2910inkeep[bot] wants to merge 4 commits intomainfrom
inkeep[bot] wants to merge 4 commits intomainfrom
Conversation
Scheduled triggers have been removed from the TypeScript SDK (PR #2823). The scheduledTrigger() builder, ScheduledTrigger class, and scheduledTriggers agent property are all deleted. Triggers are now managed exclusively through the dashboard and REST API.
Rename title from "Triggers Overview" to "Webhook Triggers" and add a note explaining that scheduled triggers are managed via dashboard/API only, reflecting the removal of scheduled triggers from the SDK in PR #2823.
Scheduled triggers were removed from the TypeScript SDK in PR #2823. They are now managed exclusively through the API and UI. Remove the 'Define in Code' card that linked to the now-obsolete SDK page.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates documentation to reflect that scheduled triggers have been removed from the TypeScript SDK (PR #2823). Scheduled triggers are now managed exclusively through the dashboard and API.
Changes
agents-docs/content/typescript-sdk/triggers/scheduled.mdx<Warning>callout explaining thatscheduledTrigger(),ScheduledTrigger, andscheduledTriggershave been removedagents-docs/content/typescript-sdk/triggers/overview.mdx<Note>clarifying that the SDK supports webhook triggers onlyagents-docs/content/talk-to-your-agents/triggers.mdxagents-docs/content/visual-builder/triggers/scheduled.mdxRelated PR
cc @shagun-singh-inkeep