From d14ce75b95430eedecdf9c1dacd6912df61a1ad7 Mon Sep 17 00:00:00 2001 From: Parth Sareen Date: Fri, 21 Mar 2025 12:35:47 -0700 Subject: [PATCH] docs: update final response for /api/chat stream (#9919) --- docs/api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api.md b/docs/api.md index 7de810496..fe044d794 100644 --- a/docs/api.md +++ b/docs/api.md @@ -558,6 +558,10 @@ Final response: { "model": "llama3.2", "created_at": "2023-08-04T19:22:45.499127Z", + "message": { + "role": "assistant", + "content": "" + }, "done": true, "total_duration": 4883583458, "load_duration": 1334875,