File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,7 @@ export const handleApplyStateUpdate = createAsyncThunk<
9898 ) ;
9999 }
100100 }
101- // const output: ContextItem = {
102- // name: "Edit tool output",
103- // content: "Completed edit",
104- // description: "",
105- // };
106- // dispatch(setToolCallOutput([]));
101+ // TODO return output from edit tools so the model knows the result
107102 }
108103 }
109104 }
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export const searchReplaceToolImpl: ClientToolImpl = async (
8383 // Single applyToFile call with all accumulated changes
8484 // This works becaues of our logic in `applyCodeBlock` that determines
8585 // that the full file rewrite here can be applied instantly, so the diff
86- // lines are just
86+ // lines are generated with meyers diff and streamed instantaneously
8787 extras . dispatch (
8888 updateApplyState ( {
8989 streamId,
You can’t perform that action at this time.
0 commit comments