-
Notifications
You must be signed in to change notification settings - Fork 238
feat(agentic_ark): implement AgenticModel #587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/agentic_model
Are you sure you want to change the base?
Conversation
1e414ce to
5d68538
Compare
5d68538 to
23131b7
Compare
Need to create a new tagThe following modules have changes and may need version updates:
|
30377f9 to
388b5a2
Compare
b039e40 to
682d71b
Compare
388b5a2 to
4f236f1
Compare
5b04437 to
ed36a66
Compare
|
|
||
| log.Printf("request_id: %s\n", meta.ID) | ||
| respBody, _ := sonic.MarshalIndent(msg, " ", " ") | ||
| log.Printf(" body: %s\n", string(respBody)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个第二轮报错
2026/01/08 16:10:31 failed to generate, err: failed to create responses, err: Error code: 400 - {"code":"InvalidParameter","message":"The parameter `input[1].reasoning` specified in the request are not valid: Item reasoning is not supported for model: doubao-seed-1-6, version: 251015, please use another latest model. Request id: 0217678598314208d5b781e89b1033d1b98e0082083129b1df454","param":"input[1].reasoning","type":"BadRequest","request_id":"202601081610300000F94586E1DB651334"}
tool call 或者普通文本生成都是这个错
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
和模型有关吗
| meta := msg.ResponseMeta.Extension.(*ark.ResponseMetaExtension) | ||
|
|
||
| log.Printf("request_id: %s\n", meta.ID) | ||
| respBody, _ := sonic.MarshalIndent(msg, " ", " ") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msg 有 string 方法,不需要 json 序列化
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
string 方法信息不全,厂商的特化字段全都没有
ed36a66 to
c013075
Compare
What type of PR is this?
Check the PR title.
(Optional) Translate the PR title into Chinese.
(Optional) More detailed description for this PR(en: English/zh: Chinese).
en:
zh(optional):
(Optional) Which issue(s) this PR fixes:
(optional) The PR that updates user documentation: