Files
SillyTavern/poe_graphql/ChatViewQuery.graphql
2023-04-03 22:10:58 +03:00

9 lines
154 B
GraphQL

query ChatViewQuery($bot: String!) {
chatOfBot(bot: $bot) {
id
chatId
defaultBotNickname
shouldShowDisclaimer
}
}