diff --git a/docs/getting_started/building_bots.md b/docs/getting_started/building_bots.md index a0de577e..ef57b9b1 100644 --- a/docs/getting_started/building_bots.md +++ b/docs/getting_started/building_bots.md @@ -5,7 +5,7 @@ title: Building Bots ClearML can be used to build bots that monitor tasks and send notifications based on specific events or conditions. The base [`Monitor`](https://github.com/clearml/clearml/blob/master/clearml/automation/monitor.py) class provides -the functionalities for implementing custom task monitoring logic. Developers can extend this class by inheriting it +the functionalities for implementing task monitoring logic. Developers can extend this class by inheriting it and overriding its methods to introduce custom bot logic. For example, by overriding methods like [`process_task()`](https://github.com/clearml/clearml/blob/master/clearml/automation/monitor.py#L131), you can: