Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leurez
/
Adam
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
493c37a
Adam
/
poe
/
graphql
/
SummarizeSharePostQuery.graphql
t.me/xtekky
poe api gpt-4
1396122
almost 2 years ago
raw
Copy download link
history
blame
Safe
180 Bytes
query
SummarizeSharePostQuery
(
$comment
: String
!
,
$chatId
: BigInt
!
,
$messageIds
:
[
BigInt
!
]
!
)
{
summarizeSharePost
(
comment
:
$comment
,
chatId
:
$chatId
,
messageIds
:
$messageIds
)
}