MCPcopy Create free account
hub / github.com/LightInn/deepsearch / SubQuestionOutput

Class SubQuestionOutput

src/orchestrator.rs:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected