Gen AI Lingo

Your next step

From a request to a tool result

APIs, tools, schemas, proposals, results and failure classes.

Start learning

What you’ll learn

  1. An API is a software interface

    Recognize a programmatic request to another system.

    About 4 minutes · Open activity

  2. A tool makes an action available to the agent

    Identify a callable capability exposed by a host.

    About 4 minutes · Open activity

  3. A schema describes acceptable arguments

    Read required fields in a small tool contract.

    About 3 minutes · Open activity

  4. A tool call is a proposal to execute

    Distinguish generated arguments from application execution.

    About 4 minutes · Open activity

  5. Results return to the next step

    Follow a call-result-response loop.

    About 4 minutes · Open activity

  6. Structured output is a format promise

    Separate schema validity from truthful content.

    About 4 minutes · Open activity

  7. Different failures need different repairs

    Classify invalid input, denied access and temporary outage.

    About 4 minutes · Open activity

  8. Complete the tool loop

    Arrange a tool definition, arguments, permission decision, returned error and corrected next action into a coherent trace.

    About 5 minutes · Open activity