feat(characters): support character-scoped conversations
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
} from "../../nullable-defaults";
|
||||
|
||||
export const SendMessageRequestSchema = z.object({
|
||||
characterId: z.string().min(1),
|
||||
message: stringOrEmpty,
|
||||
image: stringOrEmpty,
|
||||
imageId: stringOrEmpty,
|
||||
|
||||
Reference in New Issue
Block a user