mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-21 20:18:11 +02:00
checks all todos are done before responding
This commit is contained in:
parent
cb26602a02
commit
fda8c4c024
3 changed files with 26 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ export const BuiltinTools: z.infer<typeof BuiltinToolsSchema> = {
|
|||
},
|
||||
|
||||
todoList: {
|
||||
description: 'Return the durable todo list for the current session',
|
||||
description: 'Return the todo list for the current copilot session',
|
||||
inputSchema: z.object({}),
|
||||
execute: async () => {
|
||||
const state = await readTodoState();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue