Skip to content

Commit 1270f5b

Browse files
committed
fix: small fix
1 parent ab81888 commit 1270f5b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/common/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ const App = () => {
2424
updateSettings: state.settings.actions.update,
2525
}));
2626
const taskState = useAppState((state) => ({
27-
taskHistory: state.currentTask.history,
28-
taskStatus: state.currentTask.status,
2927
runTask: state.currentTask.actions.runTask,
30-
instructions: state.ui.instructions,
3128
setInstructions: state.ui.actions.setInstructions,
3229
}));
3330
const [inSettingsView, setInSettingsView] = useState(false);

src/helpers/vision-agent/determineNextAction.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ ${
6060
`
6161
}
6262
63-
If a task requires searching and if the first searching attempt does not lead to ideal results, try again with a more general search query.
64-
6563
Your response must always be in JSON format and must include string "thought"${
6664
voiceMode ? ', string "speak",' : ""
6765
} and object "action", which contains the string "name" of tool of choice, and necessary arguments ("args") if required by the tool.

0 commit comments

Comments
 (0)