tools.game_asset_upload module

GameGirl Color – Asset upload tool.

Allows the LLM to register game assets (images) uploaded by players during a game session. # 🎨💀 ASSET CORRUPTION PROTOCOL

async tools.game_asset_upload.run(asset_name, category, image_url, ctx=None)[source]

Register a game asset.

Parameters:
  • asset_name (str) – Name/label for the asset.

  • category (str) – Asset category.

  • image_url (str) – URL of the image.

  • ctx (ToolContext | None) – Tool execution context.

Returns:

JSON result.

Return type:

str