---
title: "Slot Prompt"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/game/slotprompt
markdown: https://docs.nodetool.ai/nodes/nodetool/game/slotprompt.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/game/slotprompt.md
---

# Slot Prompt

**Type:** `nodetool.game.SlotPrompt`

**Namespace:** `nodetool.game`

## Description

Turn a native game asset slot into a generation prompt and checker properties.

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| slot | `game_slot` |  | null |
| style | `entity` |  | null |
| cast | `list[entity]` |  | `[]` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| prompt | `str` |  |
| width | `int` |  |
| height | `int` |  |
| kind | `str` |  |
| checker | `dict` |  |
| seconds | `float` |  |
| reference_images | `list[image]` |  |
| reference_asset_id | `str` |  |

## Related Nodes

Browse other nodes in the [nodetool.game](./) namespace.
