From 1179bca4cd1b20a5e635b9f8e0948543ddc2ef3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Popin?= Date: Thu, 4 Apr 2024 14:18:26 +0200 Subject: [PATCH] Update API doc to mention isSync flag when posting conversation or message (#4566) --- docs/src/pages/conversations.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/src/pages/conversations.mdx b/docs/src/pages/conversations.mdx index 75eedf984d93..c294a464822c 100644 --- a/docs/src/pages/conversations.mdx +++ b/docs/src/pages/conversations.mdx @@ -340,6 +340,10 @@ The `agent_error` event is sent whenever an error occured durint the AgentMessag An initial user message object. See "Create a New User Message" endpoint body attributes for more details. + + When set to true, the conversation will be created synchronously and the response will + include the full generation data. Default value is false. + @@ -468,6 +472,15 @@ The `agent_error` event is sent whenever an error occured durint the AgentMessag + ### Optional JSON body attributes + + + + When set to true, the message will be posted synchronously and the response will + include agentMessages. Default value is false. + + +