This commit is contained in:
Timothy J. Baek 2024-06-24 15:32:49 -07:00
parent 284ab648b6
commit 9504c9c9b4

View File

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