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

Update widget #261

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Update widget #261

merged 1 commit into from
Nov 27, 2023

Conversation

eyurtsev
Copy link
Collaborator

Update chat widget

@cla-bot cla-bot bot added the cla-signed label Nov 27, 2023
@eyurtsev eyurtsev requested a review from dqbd November 27, 2023 21:23
@@ -87,12 +87,14 @@ class ChatHistory(BaseModel):

chat_history: List[Tuple[str, str]] = Field(
...,
extra={"widget": {"type": "chat", "input": "question", "output": "answer"}},
extra={"widget": {"type": "chat", "input": "question", "output": "output"}},
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We should update this so that json path referencing is w/ respect to output not root

@eyurtsev eyurtsev merged commit 477af9e into main Nov 27, 2023
10 checks passed
@eyurtsev eyurtsev deleted the eugene/update_widget branch November 27, 2023 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant