Update api spec (#404)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							7e5d830ef9
						
					
				
				
					commit
					69b0706d4a
				
			@ -311,6 +311,8 @@ class OptionTextToCadMultiFileIteration(BaseModel):
 | 
			
		||||
 | 
			
		||||
    outputs: Optional[Dict[str, str]] = None
 | 
			
		||||
 | 
			
		||||
    prompt: Optional[str] = None
 | 
			
		||||
 | 
			
		||||
    source_ranges: List[SourceRangePrompt]
 | 
			
		||||
 | 
			
		||||
    started_at: Optional[datetime.datetime] = None
 | 
			
		||||
 | 
			
		||||
@ -29,6 +29,8 @@ class TextToCadMultiFileIteration(BaseModel):
 | 
			
		||||
 | 
			
		||||
    outputs: Optional[Dict[str, str]] = None
 | 
			
		||||
 | 
			
		||||
    prompt: Optional[str] = None
 | 
			
		||||
 | 
			
		||||
    source_ranges: List[SourceRangePrompt]
 | 
			
		||||
 | 
			
		||||
    started_at: Optional[datetime.datetime] = None
 | 
			
		||||
 | 
			
		||||
@ -6,12 +6,14 @@ from ..models.source_range_prompt import SourceRangePrompt
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TextToCadMultiFileIterationBody(BaseModel):
 | 
			
		||||
    """Body for generating models from text."""
 | 
			
		||||
    """Body for iterating on models from text prompts."""
 | 
			
		||||
 | 
			
		||||
    kcl_version: Optional[str] = None
 | 
			
		||||
 | 
			
		||||
    project_name: Optional[str] = None
 | 
			
		||||
 | 
			
		||||
    source_ranges: List[SourceRangePrompt]
 | 
			
		||||
    prompt: Optional[str] = None
 | 
			
		||||
 | 
			
		||||
    source_ranges: Optional[List[SourceRangePrompt]] = None
 | 
			
		||||
 | 
			
		||||
    model_config = ConfigDict(protected_namespaces=())
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user