fix: bundle pi dependency and directive handling
This commit is contained in:
@@ -131,7 +131,11 @@ describe("runCommandReply (pi)", () => {
|
||||
command: ["pi", "{{Body}}"],
|
||||
agent: { kind: "pi" },
|
||||
},
|
||||
templatingCtx: { ...noopTemplateCtx, Body: "hello", BodyStripped: "hello" },
|
||||
templatingCtx: {
|
||||
...noopTemplateCtx,
|
||||
Body: "hello",
|
||||
BodyStripped: "hello",
|
||||
},
|
||||
sendSystemOnce: false,
|
||||
isNewSession: true,
|
||||
isFirstTurnInSession: true,
|
||||
|
||||
Reference in New Issue
Block a user