We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d4b6d commit 0b78b2dCopy full SHA for 0b78b2d
src/extension/prompt/common/toolCallRound.ts
@@ -47,6 +47,7 @@ export class ToolCallRound implements IToolCallRound {
47
* @param toolCalls The tool calls made by the assistant
48
* @param toolInputRetry The number of times this round has been retried due to tool input validation failures
49
* @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
51
* @param statefulMarker Optional stateful marker used with the responses API
52
* @param thinking Optional thinking/reasoning data
53
* @param timestamp Epoch millis when this round started (defaults to `Date.now()`)
0 commit comments