Adam / poe /graphql /SummarizeSharePostQuery.graphql
t.me/xtekky
poe api gpt-4
1396122
raw
history blame
180 Bytes
query SummarizeSharePostQuery($comment: String!, $chatId: BigInt!, $messageIds: [BigInt!]!) {
summarizeSharePost(comment: $comment, chatId: $chatId, messageIds: $messageIds)
}