|
| 1 | +{ |
| 2 | + "required": ["query"], |
| 3 | + "unevaluatedProperties": false, |
| 4 | + "properties": { |
| 5 | + "query": { |
| 6 | + "title": "Query", |
| 7 | + "description": "Required. A string created by generative AI to be used in the knowledge article search.", |
| 8 | + "const": "", |
| 9 | + "lightning:type": "lightning__textType", |
| 10 | + "lightning:isPII": false, |
| 11 | + "copilotAction:isUserInput": true |
| 12 | + }, |
| 13 | + "citationsUrl": { |
| 14 | + "title": "Citations Url", |
| 15 | + "description": "The URL to use for citations for custom Agents.", |
| 16 | + "const": "", |
| 17 | + "lightning:type": "lightning__textType", |
| 18 | + "lightning:isPII": false, |
| 19 | + "copilotAction:isUserInput": true |
| 20 | + }, |
| 21 | + "ragFeatureConfigId": { |
| 22 | + "title": "RAG Feature Configuration Id", |
| 23 | + "description": "The RAG Feature ID to use for grounding this copilot action invocation.", |
| 24 | + "const": "", |
| 25 | + "lightning:type": "lightning__textType", |
| 26 | + "lightning:isPII": false, |
| 27 | + "copilotAction:isUserInput": true |
| 28 | + }, |
| 29 | + "citationsEnabled": { |
| 30 | + "title": "Citations Enabled", |
| 31 | + "description": "Whether or not citations are enabled.", |
| 32 | + "const": false, |
| 33 | + "lightning:type": "lightning__booleanType", |
| 34 | + "lightning:isPII": false, |
| 35 | + "copilotAction:isUserInput": true |
| 36 | + }, |
| 37 | + "mode": { |
| 38 | + "title": "The mode to run in.", |
| 39 | + "description": "The mode to use (Professor/Smart/Basic). Determines which prompt template to use.", |
| 40 | + "lightning:type": "lightning__textType", |
| 41 | + "lightning:isPII": false, |
| 42 | + "copilotAction:isUserInput": false |
| 43 | + }, |
| 44 | + "retrieverMode": { |
| 45 | + "title": "The retriever mode to use.", |
| 46 | + "description": "The retriever mode to use (Simple/Augmented). Determines whether to do query regeneration", |
| 47 | + "lightning:type": "lightning__textType", |
| 48 | + "lightning:isPII": false, |
| 49 | + "copilotAction:isUserInput": false |
| 50 | + } |
| 51 | + }, |
| 52 | + "lightning:type": "lightning__objectType" |
| 53 | +} |
0 commit comments