選択できるのは25トピックまでです。
			トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678 | 
							- from core.tools.entities.tool_entities import ToolLabel
 - from core.tools.entities.values import default_tool_labels
 - 
 - 
 - class ToolLabelsService:
 -     @classmethod
 -     def list_tool_labels(cls) -> list[ToolLabel]:
 -         return default_tool_labels
 
 
  |