doc: correct typos in mdx files (#7029)

This commit is contained in:
crazywoola
2024-08-07 09:03:45 +08:00
committed by GitHub
parent a93bc83c8d
commit 11f9d2f124
2 changed files with 6 additions and 6 deletions

View File

@@ -141,7 +141,7 @@ Chat applications support session persistence, allowing previous chat history to
- `event` (string) fixed to `workflow_started`
- `data` (object) detail
- `id` (string) Unique ID of workflow execution
- `workflow_id` (string) ID of relatied workflow
- `workflow_id` (string) ID of related workflow
- `sequence_number` (int) Self-increasing serial number, self-increasing in the App, starting from 1
- `created_at` (timestamp) Creation timestamp, e.g., 1705395332
- `event: node_started` node execution started
@@ -185,7 +185,7 @@ Chat applications support session persistence, allowing previous chat history to
- `event` (string) fixed to `workflow_finished`
- `data` (object) detail
- `id` (string) ID of workflow execution
- `workflow_id` (string) ID of relatied workflow
- `workflow_id` (string) ID of related workflow
- `status` (string) status of execution, `running` / `succeeded` / `failed` / `stopped`
- `outputs` (json) Optional content of output
- `error` (string) Optional reason of error