Skip to content

Conversation

srcrs
Copy link

@srcrs srcrs commented May 31, 2025

What type of PR is this?

feat: support qwen reasoning_content

Check the PR title.

  • This PR title match the format: <type>(optional scope): <description>
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. User docs repo

(Optional) Translate the PR title into Chinese.

(Optional) More detailed description for this PR(en: English/zh: Chinese).

en:
zh(optional):
支持qwen3模型获取think思考内容

(Optional) Which issue(s) this PR fixes:

(optional) The PR that updates user documentation:

@CLAassistant
Copy link

CLAassistant commented May 31, 2025

CLA assistant check
All committers have signed the CLA.

lastEmptyMsg = msg
continue
if _, ok := GetReasoningContent(msg); !ok {
lastEmptyMsg = msg
Copy link
Contributor

Choose a reason for hiding this comment

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

这是一个 Multi Module 的仓库。

model/qwen 和 libs/acl/openai 分成两个 go module,并且有依赖关系,这种只能先提交依赖库,然后打 tag 后,再更新依赖库

btw,libs/acl/openai 这个库已经添加 ReasoningContent 了,直接更新即可

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

Successfully merging this pull request may close these issues.

3 participants