File size: 810 Bytes
c9f30ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "groups": [
    {
      "name": "gemini.api",
      "type": "com.example.p1.config.AiConfiguration",
      "sourceType": "com.example.p1.config.AiConfiguration"
    }
  ],
  "properties": [
    {
      "name": "gemini.api.base-url",
      "type": "java.lang.String",
      "sourceType": "com.example.p1.config.AiConfiguration"
    },
    {
      "name": "gemini.api.key",
      "type": "java.lang.String",
      "sourceType": "com.example.p1.config.AiConfiguration"
    },
    {
      "name": "gemini.api.model",
      "type": "java.lang.String",
      "sourceType": "com.example.p1.config.AiConfiguration"
    },
    {
      "name": "gemini.api.timeout",
      "type": "java.lang.Integer",
      "sourceType": "com.example.p1.config.AiConfiguration",
      "defaultValue": 30000
    }
  ],
  "hints": []
}