gpt_demo / g4f /.v1 /gpt4free /quora /graphql /SummarizeSharePostQuery.graphql
starsaround's picture
Upload 183 files
f4b4235
raw
history blame contribute delete
180 Bytes
query SummarizeSharePostQuery($comment: String!, $chatId: BigInt!, $messageIds: [BigInt!]!) {
summarizeSharePost(comment: $comment, chatId: $chatId, messageIds: $messageIds)
}