Verba Plugin profile

Comparing Devices

Compare two devices from a natural-language query by fetching specs and optional per-game FPS benchmarks, then render image comparison tables.

device_compare Version 1.1.0
When to use

Best-fit scenarios

Use when the user asks to compare two specific devices.

How to call it

Execution guidance

Pass a single natural-language query that clearly names exactly two devices.

Arguments

Input shape

  • query string

    Natural-language request naming two devices to compare (for example: compare Steam Deck OLED vs ROG Ally Z1 Extreme).

Settings

Required configuration

  • ENABLE_FPS_SEARCH checkbox

    Enable per-game FPS search

    Default: True
  • FETCH_TIMEOUT_SECONDS number

    HTTP fetch timeout (s)

    Default: 12
  • FPS_RESULTS_PER_QUERY number

    Results to consider (FPS)

    Default: 10
  • MAX_FPS_ROWS number

    Max FPS rows in image

    Default: 20
  • RESULTS_PER_QUERY number

    Results to consider (specs)

    Default: 10
Example call

Canonical usage JSON

{
  "function": "device_compare",
  "arguments": {
    "query": "Natural-language request naming two devices to compare (for example: compare Steam Deck OLED vs ROG Ally Z1 Extreme)."
  }
}