File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1478
1478
"type" : " string" ,
1479
1479
"title" : " Name"
1480
1480
},
1481
+ "config" : {
1482
+ "anyOf" : [
1483
+ {
1484
+ "$ref" : " #/components/schemas/WorkspaceConfig"
1485
+ },
1486
+ {
1487
+ "type" : " null"
1488
+ }
1489
+ ]
1490
+ },
1481
1491
"rename_to" : {
1482
1492
"anyOf" : [
1483
1493
{
1590
1600
},
1591
1601
"MuxRule" : {
1592
1602
"properties" : {
1603
+ "provider_name" : {
1604
+ "anyOf" : [
1605
+ {
1606
+ "type" : " string"
1607
+ },
1608
+ {
1609
+ "type" : " null"
1610
+ }
1611
+ ],
1612
+ "title" : " Provider Name"
1613
+ },
1593
1614
"provider_id" : {
1594
1615
"type" : " string" ,
1595
1616
"title" : " Provider Id"
1842
1863
" is_active"
1843
1864
],
1844
1865
"title" : " Workspace"
1866
+ },
1867
+ "WorkspaceConfig" : {
1868
+ "properties" : {
1869
+ "system_prompt" : {
1870
+ "type" : " string" ,
1871
+ "title" : " System Prompt"
1872
+ },
1873
+ "muxing_rules" : {
1874
+ "items" : {
1875
+ "$ref" : " #/components/schemas/MuxRule"
1876
+ },
1877
+ "type" : " array" ,
1878
+ "title" : " Muxing Rules"
1879
+ }
1880
+ },
1881
+ "type" : " object" ,
1882
+ "required" : [
1883
+ " system_prompt" ,
1884
+ " muxing_rules"
1885
+ ],
1886
+ "title" : " WorkspaceConfig"
1845
1887
}
1846
1888
}
1847
1889
}
You can’t perform that action at this time.
0 commit comments