From 42ee090e51ee45c777852a67738e46e1602a7edd Mon Sep 17 00:00:00 2001 From: chdeskur Date: Fri, 26 Jul 2024 14:46:24 -0400 Subject: [PATCH] (chore): update stream naming --- fern/docs.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 1dd4761c..a4ac4d08 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -645,8 +645,10 @@ navigation: - section: "/chat" skip-slug: true contents: - - POST /v1/chat - - STREAM /v1/chat + - endpoint: POST /v1/chat + title: Chat Non-streaming + - endpoint: STREAM /v1/chat + title: Chat Streaming - section: "/embed" skip-slug: true contents: @@ -746,8 +748,10 @@ navigation: - section: "/generate" skip-slug: true contents: - - POST /v1/generate - - STREAM /v1/generate + - endpoint: POST /v1/generate + title: Chat Non-streaming + - endpoint: STREAM /v1/generate + title: Chat Streaming - section: "/summarize" skip-slug: true contents: