Skip to content

Commit 4bb5734

Browse files
committed
Add end_turn as stop sequence
1 parent af5f350 commit 4bb5734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/tools.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,7 @@ export const TOOLS_WHICH_END_THE_RESPONSE = [
816816
'find_files',
817817
'run_terminal_command',
818818
'code_search',
819+
'end_turn',
819820
]
820821

821822
export const getToolsInstructions = (toolDescriptions: string[]) => `

0 commit comments

Comments
 (0)