| 169 | |
| 170 | #[derive(Debug, Serialize, Deserialize)] |
| 171 | pub struct SystemPromptData { |
| 172 | #[serde(rename = "workspacePaths")] |
| 173 | pub workspace_paths: Vec<String>, |
| 174 | #[serde(rename = "workingDirectory")] |
| 175 | pub working_directory: String, |
| 176 | #[serde(rename = "rootDirectoryListing")] |
| 177 | pub root_directory_listing: String, |
| 178 | } |
nothing calls this directly
no outgoing calls
no test coverage detected