mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
refactor: keep inline transcript error options separate
This commit is contained in:
@@ -86,11 +86,11 @@ type InlineUserTurnTranscriptSource =
|
||||
};
|
||||
|
||||
export type PersistInlineUserTurnTranscriptParams = UserTurnTranscriptPersistenceTarget &
|
||||
InlineUserTurnTranscriptSource & {
|
||||
errorContext?: string;
|
||||
};
|
||||
InlineUserTurnTranscriptSource;
|
||||
|
||||
export type TryPersistInlineUserTurnTranscriptParams = PersistInlineUserTurnTranscriptParams;
|
||||
export type TryPersistInlineUserTurnTranscriptParams = PersistInlineUserTurnTranscriptParams & {
|
||||
errorContext?: string;
|
||||
};
|
||||
|
||||
export type PersistedUserTurnTextFieldSource = {
|
||||
Transcript?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user