Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questioning #29

Open
sunnydigital opened this issue Mar 25, 2023 · 2 comments
Open

Questioning #29

sunnydigital opened this issue Mar 25, 2023 · 2 comments

Comments

@sunnydigital
Copy link

When asking the extension a question about the paper, currently it does not seem to hold onto the information it processed, or am I using the extension incorrectly?

@ishandutta2007
Copy link

ishandutta2007 commented May 1, 2023

I thought the bug is here,

    port.postMessage({
      question: requestionList[questionIndex].requestion,
      conversationId: answer?.conversationId,
      parentMessageId: answer?.parentMessageId,
    })

so I changed it to:

    port.postMessage({
      question: requestionList[questionIndex].requestion,
      conversationId: answer?.conversationId,
      parentMessageId: answer?.messageId,
    })

but it's still the same, I guess I don't understand the code well enough. @hunkim can you please look into it ?

@ishandutta2007
Copy link

Addressed in PR #31

hunkim pushed a commit that referenced this issue Jun 29, 2024
…nked to the original answer (#31)

* Fixing the parent_message_id format issue, now messages are lined to the same conversationId #29

* Fixing bug Requestion dynamic rendering #32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants