gen-cards: regenerate Use-it block
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ device.
|
|
| 44 |
let clean = try await CoreAI.tidyTranscript(rawTranscript)
|
| 45 |
```
|
| 46 |
|
| 47 |
-
|
| 48 |
|
| 49 |
▶️ **Run it (source)** — the [Tidy runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/Tidy)
|
| 50 |
(GUI + CLI, the three control axes as pickers):
|
|
|
|
| 44 |
let clean = try await CoreAI.tidyTranscript(rawTranscript)
|
| 45 |
```
|
| 46 |
|
| 47 |
+
Every op, one shape — [Cookbook](https://github.com/john-rocky/coreai-kit/blob/main/docs/COOKBOOK.md).
|
| 48 |
|
| 49 |
▶️ **Run it (source)** — the [Tidy runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/Tidy)
|
| 50 |
(GUI + CLI, the three control axes as pickers):
|