diff options
Diffstat (limited to 'makima/src/server/handlers/transcript_analysis.rs')
| -rw-r--r-- | makima/src/server/handlers/transcript_analysis.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makima/src/server/handlers/transcript_analysis.rs b/makima/src/server/handlers/transcript_analysis.rs index 1cb5506..2c38eea 100644 --- a/makima/src/server/handlers/transcript_analysis.rs +++ b/makima/src/server/handlers/transcript_analysis.rs @@ -274,6 +274,7 @@ pub async fn create_contract_from_analysis( let contract_req = models::CreateContractRequest { name: contract_name.clone(), description: contract_description, + contract_type: Some("specification".to_string()), initial_phase: Some("research".to_string()), }; |
