mirror of
https://github.com/getcompanion-ai/computer-host.git
synced 2026-04-15 15:03:32 +00:00
11 lines
255 B
YAML
11 lines
255 B
YAML
name: Question
|
|
description: Ask a question about usage or internals
|
|
labels: ["question"]
|
|
body:
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Question
|
|
description: What would you like to know?
|
|
validations:
|
|
required: true
|