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

Add cloning of message state #2815

Merged
merged 1 commit into from
Oct 27, 2024
Merged

Add cloning of message state #2815

merged 1 commit into from
Oct 27, 2024

Conversation

pablodanswer
Copy link
Contributor

@pablodanswer pablodanswer commented Oct 16, 2024

Description

Allows for sharing of current state of a session

  • Overridden model
  • Message in input bar (if exists, automatically submit on page load)
  • Assistant id
Screen.Recording.2024-10-16.at.3.26.57.PM.mov

Copy link

vercel bot commented Oct 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
internal-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 27, 2024 5:40pm

@pablodanswer pablodanswer changed the title functional but bad ux (belongs on its own) Add cloning of message state Oct 16, 2024
@pablodanswer pablodanswer marked this pull request as ready for review October 16, 2024 22:29
const currentPersonaId = searchParams.get(SEARCH_PARAM_NAMES.PERSONA_ID);
const modelVersionFromSearchParams = searchParams.get(
SEARCH_PARAM_NAMES.SRUCTURED_MODEL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo "SRUCTURED_MODEL"

<Button
icon={FiCopy}
onClick={async () => {
// NOTE: for "inescure" non-https setup, the `navigator.clipboard.writeText` may fail
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo "inescure"

@pablodanswer pablodanswer added this pull request to the merge queue Oct 27, 2024
Merged via the queue into main with commit a1bfa78 Oct 27, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants