Adam / quora /graphql /SummarizeSharePostQuery.graphql
t.me/xtekky
rename poe api ( gpt 4 ) to quora
3be905b
raw
history blame
No virus
180 Bytes
query SummarizeSharePostQuery($comment: String!, $chatId: BigInt!, $messageIds: [BigInt!]!) {
summarizeSharePost(comment: $comment, chatId: $chatId, messageIds: $messageIds)
}