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

Feedback score #2355

Merged
merged 8 commits into from
Aug 5, 2024
Merged

Feedback score #2355

merged 8 commits into from
Aug 5, 2024

Conversation

maamalama
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Jul 29, 2024

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

Name Status Preview Comments Updated (UTC)
helicone ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2024 5:15pm
helicone-bifrost ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2024 5:15pm
helicone-eu ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2024 5:15pm

@@ -602,7 +602,6 @@ export default PlaygroundPage;
interface PlaygroundPageProps {
showNewButton?: boolean;
request?: string;
showNewButton: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

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

why?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@chitalian Removed duplicate showNewButton from @YashKarthik's PR

Comment on lines 169 to 174
public async putScoreIntoClickhouse(newVersion: {
id: string;
version: number;
provider: string;
score: Score;
}): Promise<Result<InsertRequestResponseVersioned, string>> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why don't we just reuse the putScoresIntoClickhouse function here? We are copying the entire implementation

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@chitalian make sense! fixed this

@maamalama maamalama merged commit ccf94a3 into main Aug 5, 2024
8 of 9 checks passed
@maamalama maamalama deleted the feedback-score branch August 5, 2024 17:40
colegottdank pushed a commit that referenced this pull request Aug 7, 2024
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