fix chapter sort

This commit is contained in:
Yan Lin 2026-02-04 16:35:09 +01:00
parent 592da6cad6
commit 60ca31fd73
23 changed files with 87 additions and 28 deletions

View file

@ -1,7 +1,11 @@
+++
title = "A-Interact with AI Systems"
title = "Interact with AI Systems"
date = 2025-09-03
description = ""
weight = 10
[extra]
chapter = "A"
+++
> **TL;DR:**
> Learn why standardized interactions between applications are essential for making AI models practical in real-world scenarios, moving beyond simple function calls to robust communication methods that work across different programming languages and distributed systems.