poker_deleteSource
Remove radiation sources from task management systems by specifying the source name to delete unwanted or obsolete radioactive materials.
Instructions
放射線源を削除します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 削除対象線源名 |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "削除対象線源名",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}