Skip to content

[已重新提PR,待Review] fix: Fix some code reading incorrect attribute names#5188

Closed
wangliang181230 wants to merge 9 commits into1Panel-dev:v2from
wangliang181230:PR/fix-3
Closed

[已重新提PR,待Review] fix: Fix some code reading incorrect attribute names#5188
wangliang181230 wants to merge 9 commits into1Panel-dev:v2from
wangliang181230:PR/fix-3

Conversation

@wangliang181230
Copy link
Copy Markdown
Contributor

@wangliang181230 wangliang181230 commented Apr 27, 2026

What this PR does / why we need it?

fix: Fix some code reading incorrect attribute names

Summary of your change

修复一些代码读取了错误的属性的问题,感觉都是一些不小心写错的情况。

Please indicate you've done the following:

  • Made sure tests are passing and test coverage is added if needed.
  • Made sure commit message follow the rule of Conventional Commits specification.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented Apr 27, 2026

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented Apr 27, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

source_type=FileSourceType.APPLICATION.value if application_id else FileSourceType.KNOWLEDGE.value if knowledge_id else FileSourceType.APPLICATION.value,
source_id=application_id or tool_id or knowledge_id,
source_type=FileSourceType.APPLICATION.value if application_id else FileSourceType.KNOWLEDGE.value if knowledge_id else FileSourceType.TOOL.value,
source_id=application_id or knowledge_id or tool_id,
Copy link
Copy Markdown
Contributor Author

@wangliang181230 wangliang181230 Apr 27, 2026

Choose a reason for hiding this comment

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

  1. 修正错误的 source_type,最后一个else后为 TOOL 类型
  2. 调整source_id的变量顺序,与source_type的判断顺序保持一致,使代码更加清晰。

end_str = "".join(
[message[index] for index in
range(message_len - (int(post_len) if pre_len < max_post_len else max_post_len), message_len)])
range(message_len - (post_len if post_len < max_post_len else max_post_len), message_len)])
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

  1. 是post_len,不是pre_len
  2. post_len已经是int型的,不需要再转换

@wangliang181230 wangliang181230 marked this pull request as ready for review April 29, 2026 12:03
@wangliang181230
Copy link
Copy Markdown
Contributor Author

已经 rebase 了

@wangliang181230
Copy link
Copy Markdown
Contributor Author

see #5220

@wangliang181230 wangliang181230 changed the title fix: Fix some code reading incorrect attribute names [已重新提PR,待Review] fix: Fix some code reading incorrect attribute names May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants