Skip to content

Commit 96121e5

Browse files
committed
fixup! docs: add chain-of-thought streaming guides for OpenAI and Anthropic
1 parent a536167 commit 96121e5

3 files changed

Lines changed: 332 additions & 283 deletions

File tree

src/data/nav/aitransport.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ export default {
9292
name: 'OpenAI token streaming - message per response',
9393
link: '/docs/guides/ai-transport/openai-message-per-response',
9494
},
95+
{
96+
name: 'OpenAI messaging - chain of thought',
97+
link: '/docs/guides/ai-transport/openai-chain-of-thought',
98+
},
9599
{
96100
name: 'Anthropic token streaming - message per token',
97101
link: '/docs/guides/ai-transport/anthropic-message-per-token',
@@ -100,6 +104,10 @@ export default {
100104
name: 'Anthropic token streaming - message per response',
101105
link: '/docs/guides/ai-transport/anthropic-message-per-response',
102106
},
107+
{
108+
name: 'Anthropic messaging - chain of thought',
109+
link: '/docs/guides/ai-transport/anthropic-chain-of-thought',
110+
},
103111
],
104112
},
105113
],

0 commit comments

Comments
 (0)