| 105 | |
| 106 | #[derive(Debug, Serialize, Deserialize)] |
| 107 | pub struct ThreadEnvironment { |
| 108 | pub initial: InitialEnvironment, |
| 109 | #[serde(rename = "systemPromptData")] |
| 110 | pub system_prompt_data: SystemPromptData, |
| 111 | } |
| 112 | |
| 113 | #[derive(Debug, Serialize, Deserialize)] |
| 114 | pub struct InitialEnvironment { |
nothing calls this directly
no outgoing calls
no test coverage detected