feat(characters): support character-scoped conversations
This commit is contained in:
@@ -7,6 +7,7 @@ import { Result, type Result as ResultT } from "@/utils/result";
|
||||
import { localChatMediaRowToBlob } from "./chat_media_blob";
|
||||
|
||||
export interface ResolveCachedChatMediaBlobInput {
|
||||
characterId: string;
|
||||
messageId: string;
|
||||
kind: ChatMediaKind;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user