Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Structure & output
sidenav: ai
description: >
Learn how to use structured input and output schemas to receive reliable,
parsable JSON data from an LLM.
Learn how to use structured input and output schemas to
receive reliable, parsable JSON data from an LLM.
prev:
title: Prompting
path: /ai/best-practices/prompting
Expand Down
6 changes: 3 additions & 3 deletions sites/docs/src/content/ai/evals.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: AI Evaluations
title: AI evaluations
sidenav: ai
description: >
Learn about Dart and Flutter's evaluation frameworks for measuring AI tooling
reliability.
Learn about Dart and Flutter's evaluation frameworks for
measuring AI tooling reliability.
---

:::experimental
Expand Down
4 changes: 2 additions & 2 deletions sites/docs/src/data/sidenav/ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
permalink: /ai/antigravity-cli
- title: Developer experience
permalink: /ai/best-practices/developer-experience
- title: "AI Evaluations (experimental)"
- title: "AI evaluations (experimental)"
permalink: /ai/evals

- title: Build AI-powered apps
Expand Down Expand Up @@ -55,7 +55,7 @@
permalink: /ai/ai-toolkit/custom-llm-providers
- title: Chat client sample
permalink: /ai/ai-toolkit/chat-client-sample
- title: AI Best Practices
- title: AI best practices
permalink: /ai/best-practices
children:
- title: Overview
Expand Down
Loading