From 0a3ff47008029b369381abf0e4ecc5d7629a7505 Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Wed, 3 Sep 2025 12:12:27 -0600 Subject: [PATCH] Cleanup Annotations Removed fields no longer need annotations. --- salt/soc/soc_soc.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index b8133999f..251a3c037 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -581,16 +581,10 @@ soc: label: Folder airgap: *pbRepos assistant: - apiKey: - description: The auth token to be used when reaching out to the AI Assistant. - global: True apiUrl: description: The URL of the AI gateway. advanced: True global: True - model: - description: The model to use as the AI Assistant - global: True client: apiTimeoutMs: description: Duration (in milliseconds) to wait for a response from the SOC server API before giving up and showing an error on the SOC UI.