old-agentic-v1^2
Travis Fischer 2023-06-14 21:28:43 -07:00
rodzic 974d858355
commit b7a9b13bab
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -144,7 +144,7 @@ export abstract class BaseTask<
err, err,
`Task error "${this.nameForHuman}" failed attempt ${ `Task error "${this.nameForHuman}" failed attempt ${
err.attemptNumber err.attemptNumber
}: ${JSON.stringify(input)}` }${input ? ': ' + JSON.stringify(input) : ''}`
) )
if (this._retryConfig.onFailedAttempt) { if (this._retryConfig.onFailedAttempt) {