{{ metric.label }}
{{ metric.hint }}
{% extends "layouts/docs_app.html" %} {% from "chirpui/button.html" import btn %} {% from "chirpui/layout.html" import container, stack as layout_stack, cluster %} {% from "chirpui/cta_band.html" import cta_band %} {% from "chirpui/surface.html" import surface %} {% from "partials/shell_nav_mega.html" import shell_mega_item %} {% block app_content %} {% let home = site_home %} {% let visual = home.visual %} {% let ideas = home | get("ideas") %} {% let explore = home | get("explore") %} {% let pipeline = home | get("pipeline") %} {% let deployments = home | get("deployments") %} {% let sources = home | get("sources") %} {% let metrics_head = home | get("metrics_head") %} {% let quick_start = home | get("quick_start") %} {% let cta = home | get("cta") %}
{{ site_name }} {{ site_tagline }}
{{ node.description }}
{% call cluster(gap="sm", cls="chirp-theme-home__actions") %} {{ btn(home.cta_primary.label, href=home.cta_primary.href, variant="primary") }} {{ home.cta_secondary.label }} {% end %} {% if home.hero_points %}{{ visual.eyebrow }}
{{ visual.description }}
{{ visual.feature_body }}
{{ metrics_head.eyebrow }}
{% end %} {% if metrics_head.title %}{{ metrics_head.subtitle }}
{% end %}{{ metric.hint }}
{{ ideas.eyebrow }}
{{ ideas.subtitle }}
{{ feature.eyebrow }}
{{ feature.body }}
{% if feature.action %} {{ feature.action.label }} {% end %}{{ sources.eyebrow }}
{{ sources.subtitle }}
{% end %}{{ format.label }}
{% if format.detail %}{{ format.body }}
{{ pipeline.eyebrow }}
{{ pipeline.subtitle }}
{% end %}{{ mode.subtitle }}
{{ mode.body }}
{{ deployments.eyebrow }}
{{ deployments.subtitle }}
{% end %}{{ option.label }}
{{ option.body }}
{{ quick_start.eyebrow }}
{{ quick_start.commands }}
{{ quick_start.caption }}
{% end %}Structured outputs
{{ home.exports.subtitle }}
{% end %} {{ home.exports.action.label }}{{ home.workflows.eyebrow }}