Skip to content

fix: [Intelligent agent] File content extraction node, failed to load after extracting images from the file - #6506

Merged
shaohuzhang1 merged 1 commit into
v2from
pr@v2@fix_extract_node
Jul 24, 2026
Merged

fix: [Intelligent agent] File content extraction node, failed to load after extracting images from the file#6506
shaohuzhang1 merged 1 commit into
v2from
pr@v2@fix_extract_node

Conversation

@shaohuzhang1

Copy link
Copy Markdown
Contributor

fix: [Intelligent agent] File content extraction node, failed to load after extracting images from the file

Copilot AI review requested due to automatic review settings July 24, 2026 04:58
@shaohuzhang1

Copy link
Copy Markdown
Contributor Author

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@shaohuzhang1
shaohuzhang1 merged commit 374e25e into v2 Jul 24, 2026
5 of 7 checks passed
@shaohuzhang1
shaohuzhang1 deleted the pr@v2@fix_extract_node branch July 24, 2026 04:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a workflow crash in the document/file content extraction step node by avoiding access to an uninitialized chat_info.application object when only the application id is needed.

Changes:

  • Replace chat_info.application.id with chat_info.application_id to prevent AttributeError when chat_info.application is still None (it’s lazily loaded elsewhere).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

liuruibin pushed a commit that referenced this pull request Jul 27, 2026
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.

2 participants