clinical_outputs
¶
Classes:
LLMDiagnosis
¶
LLMInquiryItem
¶
Bases: BaseModel
Does not include skill_name or stage — those are added by the calling skill after filtering. attributes: field: type: str description: Machine-readable key, e.g. "smoking_history". label: type: str description: Human-readable label, e.g. "Smoking History". description: type: str description: Why this information is needed. priority: type: Literal[required, supplementary, deferred] input_type: type: str description: Expected input widget (text, select, number, boolean). choices: type: list[str] | None description: Valid options when input_type is "select".
LLMInquiryList
¶
Bases: BaseModel