- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.5k
components/dust: update wording + add skipToolsvalidation #16659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| The latest updates on your projects. Learn more about Vercel for Git ↗︎ | 
| WalkthroughThe changes rename all references from "assistant" to "agent" across the Dust component and its actions. This includes property names, method names, descriptions, and URLs. A new boolean property,  Changes
 Sequence Diagram(s)sequenceDiagram
    participant User
    participant RunAgentAction
    participant DustApp
    User->>RunAgentAction: Trigger "Run an Agent" action
    RunAgentAction->>DustApp: sendMessageToAgent({ agentId, message, skipToolsValidation })
    DustApp->>DustApp: Process request, send message to agent
    DustApp-->>RunAgentAction: Return response
    RunAgentAction-->>User: Confirm message sent to agent
Possibly related PRs
 Suggested labels
 Poem
 Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
 components/dust/actions/run-agent/run-agent.mjsOops! Something went wrong! :( ESLint: 8.57.1 Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'jsonc-eslint-parser' imported from /eslint.config.mjs components/dust/dust.app.mjsOops! Something went wrong! :( ESLint: 8.57.1 Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'jsonc-eslint-parser' imported from /eslint.config.mjs Tip ⚡️ Faster reviews with caching
 Enjoy the performance boost—your workflow just got faster. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
 🔇 Additional comments (13)
 ✨ Finishing Touches
 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit: 
 SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
 Other keywords and placeholders
 CodeRabbit Configuration File ( | 
| @spolu is attempting to deploy a commit to the Pipedreamers Team on Vercel. A member of the Team first needs to authorize it. | 
| Thank you so much for submitting this! We've added it to our backlog to review, and our team has been notified. | 
| Thanks for submitting this PR! When we review PRs, we follow the Pipedream component guidelines. If you're not familiar, here's a quick checklist: 
 | 
| Hi guys, our users are complaining that they can't use tools with pipedream, could we please get this PR looked at? 🙏 | 
| pinging @luancazarine as you worked on the original tool, we really need that  Thanks! | 
WHY
This PR attempts to add
skipToolsValidationto the create conversation endpoint to allow pipedream workflows to execute Dust agents without having to handle tools validation.It also proposes a update the wording of the integrations.
It's unclear to me how versioning works in Pipedream and what would happen to existing integrations post this change. Happy to tweak the PR accordingly.
Summary by CodeRabbit
New Features
Refactor
Chores