Skip to content

Commit d3bf8d4

Browse files
committed
fixes
1 parent ea7ff1a commit d3bf8d4

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

public/__redirects

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,6 @@
15591559

15601560
# Guides section
15611561
/workers-ai/demos/ /workers-ai/guides/demos-architectures/ 301
1562-
/workers-ai/tutorials/ /workers-ai/guides/tutorials/ 301
15631562

15641563
# workflows
15651564

src/content/docs/workers-ai/features/json-mode.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
pcx_content_type: navigation
33
title: JSON Mode
4-
hideChildren: true
54
sidebar:
65
order: 2
76
---
@@ -124,4 +123,4 @@ We will continue extending this list to keep up with new, and requested models.
124123

125124
Note that Workers AI can't guarantee that the model responds according to the requested JSON Schema. Depending on the complexity of the task and adequacy of the JSON Schema, the model may not be able to satisfy the request in extreme situations. If that's the case, then an error `JSON Mode couldn't be met` is returned and must be handled.
126125

127-
JSON Mode currently doesn't support streaming.
126+
JSON Mode currently doesn't support streaming.

src/content/docs/workers-ai/features/prompting.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
pcx_content_type: concept
33
title: Prompting
4-
hideChildren: true
54
sidebar:
65
order: 4
76
---

src/content/docs/workers-ai/guides/demos-architectures.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
pcx_content_type: concept
33
title: Demos and architectures
4-
hideChildren: true
54
sidebar:
65
order: 2
76
---
87

9-
import { ExternalResources, GlossaryTooltip, ResourcesBySelector } from "~/components"
8+
import {
9+
ExternalResources,
10+
GlossaryTooltip,
11+
ResourcesBySelector,
12+
} from "~/components";
1013

1114
Workers AI can be used to build dynamic and performant services. The following demo applications and reference architectures showcase how to use Workers AI optimally within your architecture.
1215

@@ -20,4 +23,11 @@ Explore the following <GlossaryTooltip term="demo application">demo applications
2023

2124
Explore the following <GlossaryTooltip term="reference architecture">reference architectures</GlossaryTooltip> that use Workers AI:
2225

23-
<ResourcesBySelector types={["reference-architecture","design-guide","reference-architecture-diagram"]} products={["Workers AI"]} />
26+
<ResourcesBySelector
27+
types={[
28+
"reference-architecture",
29+
"design-guide",
30+
"reference-architecture-diagram",
31+
]}
32+
products={["Workers AI"]}
33+
/>

0 commit comments

Comments
 (0)