Skip to content

Commit

Permalink
add full raw llm response to llm response
Browse files Browse the repository at this point in the history
  • Loading branch information
dtam committed Jul 2, 2024
1 parent 7658743 commit ab6f58c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/core/outputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
"output": {
"type": "string"
},
"fullRawLlmOutput": {
"type": "any"
},
"streamOutput": {
"type": "array",
"items": {
Expand Down

0 comments on commit ab6f58c

Please sign in to comment.