8 lines
		
	
	
		
			179 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			179 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| ![zoo-github-actions-auth[bot]](/assets/img/avatar_default.png)  | from pydantic import BaseModel, ConfigDict | ||
|  | 
 | ||
|  | 
 | ||
|  | class SetTool(BaseModel): | ||
|  |     """The response from the `SetTool` endpoint.""" | ||
|  | 
 | ||
|  |     model_config = ConfigDict(protected_namespaces=()) |