mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-23 18:55:40 +00:00
7 lines
117 B
GraphQL
7 lines
117 B
GraphQL
mutation sendMessage($input: OpenaiMessage!) {
|
|
sendMessage(input: $input) {
|
|
content
|
|
role
|
|
threadId
|
|
}
|
|
} |