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

fix(weave): fix anthropic chats in playground #3213

Merged
merged 6 commits into from
Dec 12, 2024

Conversation

jwlee64
Copy link
Contributor

@jwlee64 jwlee64 commented Dec 11, 2024

Description

fixes editing for anthropic calls in playground chat

Testing

How was this PR tested?

@jwlee64 jwlee64 requested review from a team as code owners December 11, 2024 23:47
// This is a helper function to parse the trace call output for anthropic
// so that the playground can display the choices
export const parseTraceCall = (traceCall: OptionalTraceCallSchema) => {
const parsedTraceCall = traceCall;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we be doing a deep clone here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes let me do that

@jwlee64 jwlee64 merged commit cdf6574 into master Dec 12, 2024
120 checks passed
@jwlee64 jwlee64 deleted the josiah/fix-playground-anth-edit branch December 12, 2024 21:33
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants