Skip to content

Conversation

@tbrand
Copy link
Contributor

@tbrand tbrand commented Sep 11, 2025

Description of Changes

Fix #1262

Checklist

  • Modified relevant documentation
  • Verified operation in local environment
  • Executed npm run cdk:test and if there are snapshot differences, execute npm run cdk:test:update-snapshot to update snapshots

Related Issues

#1262

clearFiles();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [content, setFollowing]);
}, [content, setFollowing, uploadFiles]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ChatPage.tsxにも同様バグがあるので、合わせて修正したほうがいいかなと思いました!
再現手順:チャット画面にファイル添付->ファイル削除->送信->ファイルが添付された状態で推論される

Copy link
Contributor

@wadabee wadabee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wadabee wadabee merged commit 1774ae8 into main Sep 11, 2025
6 checks passed
@wadabee wadabee deleted the fix-agent-files branch September 11, 2025 06:57
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.

Agentチャットにて、プロンプト実行時に添付したファイルが正常にアップロードされない

3 participants