File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -615,6 +615,7 @@ export const loopAgentSteps = async (
615615 localAgentTemplates,
616616 prompt : currentPrompt ,
617617 params : currentParams ,
618+ system,
618619 stepsComplete : shouldEndTurn ,
619620 stepNumber : totalSteps ,
620621 } )
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ export async function runProgrammaticStep(
4848 template,
4949 prompt,
5050 params,
51+ system,
5152 userId,
5253 userInputId,
5354 clientSessionId,
@@ -62,6 +63,7 @@ export async function runProgrammaticStep(
6263 template : AgentTemplate
6364 prompt : string | undefined
6465 params : Record < string , any > | undefined
66+ system : string | undefined
6567 userId : string | undefined
6668 userInputId : string
6769 clientSessionId : string
@@ -160,6 +162,7 @@ export async function runProgrammaticStep(
160162 repoId,
161163 agentTemplate : template ,
162164 localAgentTemplates,
165+ system,
163166 sendSubagentChunk : ( data : {
164167 userInputId : string
165168 agentId : string
You can’t perform that action at this time.
0 commit comments