豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 0b78b2d

Browse files
committed
adding correct messageID for the outgoing messages
1 parent b1d4b6d commit 0b78b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/prompt/common/toolCallRound.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export class ToolCallRound implements IToolCallRound {
4747
* @param toolCalls The tool calls made by the assistant
4848
* @param toolInputRetry The number of times this round has been retried due to tool input validation failures
4949
* @param id A stable identifier for this round
50+
* @param responseOutputMessageId Optional message ID from the responses API, used for associating the assistant's response with tool call results
5051
* @param statefulMarker Optional stateful marker used with the responses API
5152
* @param thinking Optional thinking/reasoning data
5253
* @param timestamp Epoch millis when this round started (defaults to `Date.now()`)

0 commit comments

Comments
 (0)