Home
last modified time | relevance | path

Searched refs:MAX_RETRIES (Results 1 – 2 of 2) sorted by relevance

/plugin/aichat/Model/
DAbstractModel.php43 public const MAX_RETRIES = 3; define in dokuwiki\\plugin\\aichat\\Model\\AbstractModel
298 if ($retry < self::MAX_RETRIES) {
323 if ($retry < self::MAX_RETRIES) {
/plugin/aichat/
DAGENTS.md66 - Handles API communication with retry logic (MAX_RETRIES = 3)