| 163 | |
| 164 | #[derive(Debug, Serialize, Deserialize)] |
| 165 | pub struct ConfigSetting { |
| 166 | pub key: String, |
| 167 | pub value: String, |
| 168 | } |
| 169 | |
| 170 | #[derive(Debug, Serialize, Deserialize)] |
| 171 | pub struct SystemPromptData { |
nothing calls this directly
no outgoing calls
no test coverage detected