"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "ecf1d89a8b03d99882b1a652cdb15ce8017b5649"
Commit 9504c9c9 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 284ab648
...@@ -591,7 +591,7 @@ ...@@ -591,7 +591,7 @@
: undefined : undefined
)}${ )}${
responseMessage?.userContext ?? null responseMessage?.userContext ?? null
? `\n\nUser Context:\n${(responseMessage?.userContext ?? []).join('\n')}` ? `\n\nUser Context:\n${responseMessage?.userContext ?? ''}`
: '' : ''
}` }`
} }
...@@ -932,7 +932,7 @@ ...@@ -932,7 +932,7 @@
: undefined : undefined
)}${ )}${
responseMessage?.userContext ?? null 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