Skip to content

Conversation

claude[bot]
Copy link
Contributor

@claude claude bot commented Oct 13, 2025

Summary

This PR fixes the AI chat's ability to add AI agent steps in flow mode. Previously, the addstep tool did not support the aiagent step type, which meant AI agent steps couldn't be added with the proper inputs.

Changes

  • Added support for aiagent type in the newStepSchema
  • Updated insertStep function in FlowAIChat.svelte to handle AI agent modules
  • Modified getStepInputs and setStepInputs functions to work with AI agent input_transforms
  • Added documentation for AI agent steps in the flow system instructions

Testing

All frontend checks pass without errors.

Fixes #6801

Generated with Claude Code

Co-Authored-By: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>

- Added support for 'aiagent' type in the addstep tool schema
- Updated insertStep function to handle AI agent modules
- Modified getStepInputs and setStepInputs to work with AI agent input_transforms
- Added documentation for AI agent steps in flow system instructions

Fixes #6801

Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
@cloudflare-workers-and-pages
Copy link

Deploying windmill with  Cloudflare Pages  Cloudflare Pages

Latest commit: 58972e7
Status: ✅  Deploy successful!
Preview URL: https://e59a9824.windmill.pages.dev
Branch Preview URL: https://claude-issue-6801-20251013-1.windmill.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(aichat): handle ai agent steps in flow mode

0 participants