From ab6f58c3c359c3d7c0f7eb8dddc0b2e7df18f79e Mon Sep 17 00:00:00 2001 From: David Tam Date: Tue, 2 Jul 2024 14:31:12 -0700 Subject: [PATCH] add full raw llm response to llm response --- schemas/core/outputs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/core/outputs.json b/schemas/core/outputs.json index 590a1fd..797dd50 100644 --- a/schemas/core/outputs.json +++ b/schemas/core/outputs.json @@ -96,6 +96,9 @@ "output": { "type": "string" }, + "fullRawLlmOutput": { + "type": "any" + }, "streamOutput": { "type": "array", "items": {