|
@@ -161,7 +161,7 @@ Chat applications support session persistence, allowing previous chat history to
|
|
|
- `title` (string) name of node
|
|
|
- `index` (int) Execution sequence number, used to display Tracing Node sequence
|
|
|
- `predecessor_node_id` (string) optional Prefix node ID, used for canvas display execution path
|
|
|
- - `inputs` (array[object]) Contents of all preceding node variables used in the node
|
|
|
+ - `inputs` (object) Contents of all preceding node variables used in the node
|
|
|
- `created_at` (timestamp) timestamp of start, e.g., 1705395332
|
|
|
- `event: node_finished` node execution ends, success or failure in different states in the same event
|
|
|
- `task_id` (string) Task ID, used for request tracking and the below Stop Generate API
|
|
@@ -174,7 +174,7 @@ Chat applications support session persistence, allowing previous chat history to
|
|
|
- `title` (string) name of node
|
|
|
- `index` (int) Execution sequence number, used to display Tracing Node sequence
|
|
|
- `predecessor_node_id` (string) optional Prefix node ID, used for canvas display execution path
|
|
|
- - `inputs` (array[object]) Contents of all preceding node variables used in the node
|
|
|
+ - `inputs` (object) Contents of all preceding node variables used in the node
|
|
|
- `process_data` (json) Optional node process data
|
|
|
- `outputs` (json) Optional content of output
|
|
|
- `status` (string) status of execution, `running` / `succeeded` / `failed` / `stopped`
|
|
@@ -564,7 +564,7 @@ Chat applications support session persistence, allowing previous chat history to
|
|
|
- `data` (array[object]) Message list
|
|
|
- `id` (string) Message ID
|
|
|
- `conversation_id` (string) Conversation ID
|
|
|
- - `inputs` (array[object]) User input parameters.
|
|
|
+ - `inputs` (object) User input parameters.
|
|
|
- `query` (string) User input / question content.
|
|
|
- `message_files` (array[object]) Message files
|
|
|
- `id` (string) ID
|
|
@@ -664,7 +664,7 @@ Chat applications support session persistence, allowing previous chat history to
|
|
|
- `data` (array[object]) List of conversations
|
|
|
- `id` (string) Conversation ID
|
|
|
- `name` (string) Conversation name, by default, is generated by LLM.
|
|
|
- - `inputs` (array[object]) User input parameters.
|
|
|
+ - `inputs` (object) User input parameters.
|
|
|
- `status` (string) Conversation status
|
|
|
- `introduction` (string) Introduction
|
|
|
- `created_at` (timestamp) Creation timestamp, e.g., 1705395332
|
|
@@ -794,7 +794,7 @@ Chat applications support session persistence, allowing previous chat history to
|
|
|
### Response
|
|
|
- `id` (string) Conversation ID
|
|
|
- `name` (string) Conversation name
|
|
|
- - `inputs` array[object] User input parameters
|
|
|
+ - `inputs` (object) User input parameters
|
|
|
- `status` (string) Conversation status
|
|
|
- `introduction` (string) Introduction
|
|
|
- `created_at` (timestamp) Creation timestamp, e.g., 1705395332
|