@@ -7,35 +7,35 @@ Index: [index.md](index.md)
77
88## Commands in this group
99
10- | Command | Description |
11- | --- | --- |
10+ | Command | Description |
11+ | ------------- | ------------------------------------------- --- |
1212| ` bl app call ` | Call a Bailian application (agent or workflow) |
13- | ` bl app list ` | List Bailian applications |
13+ | ` bl app list ` | List Bailian applications |
1414
1515## Command details
1616
1717### ` bl app call `
1818
19- | Field | Value |
20- | --- | --- |
21- | ** Name** | ` app call ` |
22- | ** Description** | Call a Bailian application (agent or workflow) |
23- | ** Usage** | ` bl app call --app-id <id> --prompt <text> [flags] ` |
19+ | Field | Value |
20+ | --------------- | ------------------------------------------------ --- |
21+ | ** Name** | ` app call ` |
22+ | ** Description** | Call a Bailian application (agent or workflow) |
23+ | ** Usage** | ` bl app call --app-id <id> --prompt <text> [flags] ` |
2424
2525#### Options
2626
27- | Flag | Type | Required | Description |
28- | --- | --- | --- | --- |
29- | ` --app-id <id> ` | string | yes | Application ID (required) |
30- | ` --prompt <text> ` | string | yes | Input prompt text |
31- | ` --image <url> ` | array | no | Image URL(s) to pass to the app (repeatable) |
32- | ` --file-id <id> ` | array | no | Pre-uploaded file ID(s) (repeatable) |
33- | ` --session-id <id> ` | string | no | Session ID for multi-turn conversation |
34- | ` --stream ` | boolean | no | Stream response (default: on in TTY) |
35- | ` --pipeline-ids <ids> ` | string | no | Knowledge base pipeline IDs (comma-separated) |
36- | ` --memory-id <id> ` | string | no | Memory ID for long-term memory |
37- | ` --biz-params <json> ` | string | no | Business parameters JSON (workflow variables) |
38- | ` --has-thoughts ` | boolean | no | Show agent thinking process |
27+ | Flag | Type | Required | Description |
28+ | ---------------------- | ------- | -------- | ------------------------------------------ --- |
29+ | ` --app-id <id> ` | string | yes | Application ID (required) |
30+ | ` --prompt <text> ` | string | yes | Input prompt text |
31+ | ` --image <url> ` | array | no | Image URL(s) to pass to the app (repeatable) |
32+ | ` --file-id <id> ` | array | no | Pre-uploaded file ID(s) (repeatable) |
33+ | ` --session-id <id> ` | string | no | Session ID for multi-turn conversation |
34+ | ` --stream ` | boolean | no | Stream response (default: on in TTY) |
35+ | ` --pipeline-ids <ids> ` | string | no | Knowledge base pipeline IDs (comma-separated) |
36+ | ` --memory-id <id> ` | string | no | Memory ID for long-term memory |
37+ | ` --biz-params <json> ` | string | no | Business parameters JSON (workflow variables) |
38+ | ` --has-thoughts ` | boolean | no | Show agent thinking process |
3939
4040#### Examples
4141
@@ -65,20 +65,20 @@ bl app call --app-id abc123 --prompt "开始" --biz-params '{"key":"value"}'
6565
6666### ` bl app list `
6767
68- | Field | Value |
69- | --- | --- |
70- | ** Name** | ` app list ` |
68+ | Field | Value |
69+ | --------------- | ---------------------- --- |
70+ | ** Name** | ` app list ` |
7171| ** Description** | List Bailian applications |
72- | ** Usage** | ` bl app list [flags] ` |
72+ | ** Usage** | ` bl app list [flags] ` |
7373
7474#### Options
7575
76- | Flag | Type | Required | Description |
77- | --- | --- | --- | --- |
78- | ` --name <name> ` | string | no | Filter by app name (keyword search) |
79- | ` --page <n> ` | number | no | Page number (default: 1) |
80- | ` --page-size <n> ` | number | no | Results per page (default: 30) |
81- | ` --region <region> ` | string | no | API region (default: cn-beijing) |
76+ | Flag | Type | Required | Description |
77+ | ------------------- | ------ | -------- | -------------------------------- --- |
78+ | ` --name <name> ` | string | no | Filter by app name (keyword search) |
79+ | ` --page <n> ` | number | no | Page number (default: 1) |
80+ | ` --page-size <n> ` | number | no | Results per page (default: 30) |
81+ | ` --region <region> ` | string | no | API region (default: cn-beijing) |
8282
8383#### Examples
8484
0 commit comments