Ask a question to get started
Enter to send•Shift+Enter new line
tools = [StructuredTool.from_function( name='write_todos', description=tool_description, func=_write_todos, coroutine=_awrite_todos, args_schema=WriteTodosInput, infer_schema=False )]