Adam / poe /graphql /SummarizeQuotePostQuery.graphql
t.me/xtekky
poe api gpt-4
1396122
raw
history blame
147 Bytes
query SummarizeQuotePostQuery($comment: String, $quotedPostId: BigInt!) {
summarizeQuotePost(comment: $comment, quotedPostId: $quotedPostId)
}