43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"tblname": "harnessed_reasoning_config",
|
|
"alias": "harnessed_reasoning_config_view",
|
|
"title": "Reasoning Configuration",
|
|
"params": {
|
|
"logined_userid": "user_id",
|
|
"confidential_fields": [],
|
|
"browserfields": {
|
|
"alters": {
|
|
"enable_cross_session_search": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "1", "text": "Enabled"},
|
|
{"value": "0", "text": "Disabled"}
|
|
]
|
|
},
|
|
"enable_skill_auto_loading": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "1", "text": "Enabled"},
|
|
{"value": "0", "text": "Disabled"}
|
|
]
|
|
},
|
|
"enable_error_recovery": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "1", "text": "Enabled"},
|
|
{"value": "0", "text": "Disabled"}
|
|
]
|
|
},
|
|
"safety_mode": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "strict", "text": "Strict"},
|
|
{"value": "moderate", "text": "Moderate"},
|
|
{"value": "lenient", "text": "Lenient"}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": ["id", "user_id", "created_at"]
|
|
}
|
|
} |