mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
7 lines
117 B
GraphQL
7 lines
117 B
GraphQL
mutation sendMessage($input: OpenaiMessage!) {
|
|
sendMessage(input: $input) {
|
|
content
|
|
role
|
|
threadId
|
|
}
|
|
} |