| 86 | ) -> Result<String, Box<dyn std::error::Error>> { |
| 87 | #[derive(JsonSchema, Deserialize)] |
| 88 | struct SubQuestionOutput { |
| 89 | question: String, |
| 90 | } |
| 91 | |
| 92 | let prompt = if context.is_empty() { |
| 93 | prompts::decompose_question_prompt_initial(main_question) |
nothing calls this directly
no outgoing calls
no test coverage detected