We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38719a commit 37f7fe5Copy full SHA for 37f7fe5
apps/sim/executor/handlers/agent/agent-handler.ts
@@ -1070,6 +1070,7 @@ export class AgentBlockHandler implements BlockHandler {
1070
reasoningEffort: providerRequest.reasoningEffort,
1071
verbosity: providerRequest.verbosity,
1072
thinkingLevel: providerRequest.thinkingLevel,
1073
+ previousInteractionId: providerRequest.previousInteractionId,
1074
})
1075
1076
return this.processProviderResponse(response, block, responseFormat)
0 commit comments