toggle menu
lmos-runtime
0.6.0
jvm
switch theme
search in API
lmos-runtime
/
ai.ancf.lmos.runtime.core.inbound
/
ConversationController
/
chat
chat
@
PostMapping
(
value
=
[
"/{tenantId}/chat/{conversationId}/message"
]
)
suspend
fun
chat
(
@
RequestBody
conversation
:
Conversation
,
@
PathVariable
conversationId
:
String
,
@
PathVariable
tenantId
:
String
,
@
RequestHeader
(
value
=
"x-turn-id"
)
turnId
:
String
)
:
ResponseEntity
<
AssistantMessage
>