We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c9a91 commit b61ce38Copy full SHA for b61ce38
1 file changed
docs/advanced/apps.md
@@ -20,7 +20,7 @@ then come back.
20
21
## A clock with a face
22
23
-```python title="server.py" hl_lines="18 21 29 31"
+```python title="server.py" hl_lines="19 22 30 32"
24
--8<-- "docs_src/apps/tutorial001.py"
25
```
26
@@ -51,7 +51,7 @@ The model reads `content`; the iframe is for humans. A UI-capable host still fee
51
the text result to the model, and a text-only client gets *only* that. So the
52
canonical pattern is one tool, two answers. Look at `get_time` again:
53
54
-```python title="server.py" hl_lines="22-26"
+```python title="server.py" hl_lines="23-27"
55
56
57
0 commit comments