poe api gpt-4
This commit is contained in:
13
poe/graphql/MessageFragment.graphql
Normal file
13
poe/graphql/MessageFragment.graphql
Normal file
@@ -0,0 +1,13 @@
|
||||
fragment MessageFragment on Message {
|
||||
id
|
||||
__typename
|
||||
messageId
|
||||
text
|
||||
linkifiedText
|
||||
authorNickname
|
||||
state
|
||||
vote
|
||||
voteReason
|
||||
creationTime
|
||||
suggestedReplies
|
||||
}
|
||||
Reference in New Issue
Block a user