mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 22:09:08 +08:00
feat: text to image impl (#6437)
fix CLOUD-18 fix CLOUD-28 fix CLOUD-29
This commit is contained in:
@@ -34,6 +34,13 @@ export interface Scalars {
|
||||
Upload: { input: File; output: File };
|
||||
}
|
||||
|
||||
export interface CreateChatMessageInput {
|
||||
attachments: InputMaybe<Array<Scalars['String']['input']>>;
|
||||
content: Scalars['String']['input'];
|
||||
params: InputMaybe<Scalars['String']['input']>;
|
||||
sessionId: Scalars['String']['input'];
|
||||
}
|
||||
|
||||
export interface CreateChatSessionInput {
|
||||
/** An mark identifying which view to use to display the session */
|
||||
action: InputMaybe<Scalars['String']['input']>;
|
||||
|
||||
Reference in New Issue
Block a user