This commit is contained in:
Dax Raad 2025-07-17 16:05:05 -04:00
parent 4b4d5cc3c9
commit 88f42fea0a
3 changed files with 0 additions and 6 deletions

View file

@ -172,8 +172,6 @@ export const RunCommand = cmd({
parts: [
{
id: Identifier.ascending("part"),
sessionID: session.id,
messageID: messageID,
type: "text",
text: message,
},

View file

@ -1136,8 +1136,6 @@ export namespace Session {
parts: [
{
id: Identifier.ascending("part"),
sessionID: input.sessionID,
messageID: input.messageID,
type: "text",
text: PROMPT_INITIALIZE.replace("${path}", app.path.root),
},

View file

@ -44,8 +44,6 @@ export const TaskTool = Tool.define({
parts: [
{
id: Identifier.ascending("part"),
messageID,
sessionID: session.id,
type: "text",
text: params.prompt,
},