write_todos

Function write_todos 

Source
pub fn write_todos(state: &TodoState, todos: Vec<Todo>) -> ToolResult<String>
Expand description

Writes/replaces the todo list with new items.

Validates that all todos have non-empty id and content.