diff --git a/json/llm.json b/json/llm.json index 4162ac8..2db318b 100644 --- a/json/llm.json +++ b/json/llm.json @@ -39,11 +39,15 @@ }, "providerid": { "uitype": "code", - "dataurl": "{{entire_url('../api/get_organizations.dspy')}}" + "dataurl": "{{entire_url('../api/get_organizations.dspy')}}", + "textField": "text", + "valueField": "value" }, "upappid": { "uitype": "code", - "dataurl": "{{entire_url('../api/get_upapps.dspy')}}" + "dataurl": "{{entire_url('../api/get_upapps.dspy')}}", + "textField": "text", + "valueField": "value" } } },