Learning Commands · Learning

/example command

Get concrete examples of a concept

1 min read

Get concrete examples of a concept

At a glance

Field Value
Command /example
Usage `/example [--type=real
Category learning
Execution server
Context pok
Response type markdown
Active PoK required yes

Parameters

  • concept (required) — Concept to get examples for

Examples

/example overfitting
/example CNN --type=code
/example regularization --count=3

How it works

The example command generates concrete examples to illustrate a concept.

How it works:

  1. Enter a concept and optionally choose the example type and count
  2. The AI creates concrete, illustrative examples
  3. Examples are tailored to the type you select

Parameters:

  • concept (required): The topic or concept to illustrate
  • --type (optional): Type of examples — real (real-world), code (programming), visual (descriptive/diagrammatic), numeric (with numbers/data). Default: real
  • --count (optional): Number of examples to generate (1-5). Default: 1

Tips:

  • Use --type=code for programming-related concepts
  • Use --count=3 to see multiple angles on the same concept
  • Pair with /counter-example to also see when the concept does NOT apply

Was this article helpful?