Commit 9504c9c9 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 284ab648
......@@ -591,7 +591,7 @@
: undefined
)}${
responseMessage?.userContext ?? null
? `\n\nUser Context:\n${(responseMessage?.userContext ?? []).join('\n')}`
? `\n\nUser Context:\n${responseMessage?.userContext ?? ''}`
: ''
}`
}
......@@ -932,7 +932,7 @@
: undefined
)}${
responseMessage?.userContext ?? null
? `\n\nUser Context:\n${(responseMessage?.userContext ?? []).join('\n')}`
? `\n\nUser Context:\n${responseMessage?.userContext ?? ''}`
: ''
}`
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment