Dapatkan Daftar Konfigurasi untuk Mengaktifkan Embedding XiaoQ
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:QueryCopilotEmbedConfig |
list |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Keyword |
string |
No |
Nama modul konfigurasi tersemat, mendukung pencarian fuzzy. |
06-ELive |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons |
||
| RequestId |
string |
ID permintaan. |
1FC71085-D5FD-08E0-813A-4D4BD1031BC5 |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang mungkin:
|
true |
| Result |
array<object> |
Daftar konfigurasi tersemat. |
|
|
array<object> |
Objek konfigurasi tersemat. |
||
| AgentName |
string |
Nama panggilan robot. |
小Q |
| CopilotId |
string |
ID embedding. |
9c079710-ddbe-48b3-b495-7c83c8d57cc4 |
| CreateUser |
string |
ID pembuat. |
qweqw12312423521 |
| CreateUserName |
string |
Nama panggilan pembuat. |
诸葛 |
| DataRange |
object |
Rentang data (tema analisis dan sumber daya pertanyaan). |
|
| AllCube |
boolean |
Whether all question resources are selected. |
true/false |
| AllTheme |
boolean |
Whether all analysis themes are selected. |
true/false |
| LlmCubes |
array |
Collection of question resource IDs. |
|
|
string |
Question resource ID. |
123124,1231241 |
|
| Themes |
array |
Collection of analysis theme IDs. |
|
|
string |
Analysis theme ID. |
123124,1231241 |
|
| ModifyUser |
string |
ID pengubah. |
asda1231231dfs |
| ModuleName |
string |
Nama modul. |
小Q |
| ShowName |
string |
Nama modul tersemat. |
0327 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "1FC71085-D5FD-08E0-813A-4D4BD1031BC5",
"Success": true,
"Result": [
{
"AgentName": "小Q",
"CopilotId": "9c079710-ddbe-48b3-b495-7c83c8d57cc4",
"CreateUser": "qweqw12312423521",
"CreateUserName": "诸葛",
"DataRange": {
"AllCube": true,
"AllTheme": true,
"LlmCubes": [
"123124,1231241"
],
"Themes": [
"123124,1231241"
]
},
"ModifyUser": "asda1231231dfs",
"ModuleName": "小Q",
"ShowName": "0327"
}
]
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | UserRoleConfig.NotContain.Function | The user %s does not have permission to operate. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.