diff --git a/gui/src/redux/thunks/handleApplyStateUpdate.ts b/gui/src/redux/thunks/handleApplyStateUpdate.ts index a220af51f63..79989db68a6 100644 --- a/gui/src/redux/thunks/handleApplyStateUpdate.ts +++ b/gui/src/redux/thunks/handleApplyStateUpdate.ts @@ -210,6 +210,7 @@ export const applyForEditTool = createAsyncThunk< status: "closed", streamId: applyState.streamId, toolCallId, + filepath: payload.filepath, }), ); }