mirror of
https://github.com/stablyai/orca.git
synced 2026-09-25 00:02:35 +00:00
fix(native-chat): narrow question receipt subject
This commit is contained in:
@@ -56,7 +56,7 @@ export function NativeChatResolutionReceipt({
|
||||
!(
|
||||
body.kind === 'question' &&
|
||||
body.questions?.length === 1 &&
|
||||
subject.kind === 'question' &&
|
||||
subject?.kind === 'question' &&
|
||||
answer.question === subject.text
|
||||
) ? (
|
||||
<p>{answer.question}</p>
|
||||
|
||||
Reference in New Issue
Block a user