Skip to content

Commit ae3ac5b

Browse files
committed
Remove content from tool result.
1 parent 4005af9 commit ae3ac5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/actions/prompt_thread.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export function generateOne(
300300

301301
c.meta.messages.push({
302302
role: "user",
303-
content: `USED TOOL ${toolUse.name} WITH ARGS ${toolUse.partial}`,
303+
content: "",
304304
toolUse: {
305305
name: toolUse.name,
306306
input: toolUse.input,

0 commit comments

Comments
 (0)