mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
refactor(agents): privatize prompt error outcome (#107097)
This commit is contained in:
committed by
GitHub
parent
87b2b4eaab
commit
ea33260491
@@ -17,7 +17,7 @@ type PromptErrorSessionLockController = Pick<
|
||||
>;
|
||||
type WithOwnedSessionWriteLock = <T>(operation: () => Promise<T> | T) => Promise<T>;
|
||||
|
||||
export type EmbeddedAttemptPromptErrorOutcome = {
|
||||
type EmbeddedAttemptPromptErrorOutcome = {
|
||||
promptFailure?: {
|
||||
error: unknown;
|
||||
source: "prompt";
|
||||
|
||||
Reference in New Issue
Block a user