Skip to content

Commit

Permalink
chore(ui): Call Use TypeScript indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-rasmussen committed Dec 19, 2024
1 parent 7d1d212 commit 46465d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ os.environ["WF_TRACE_SERVER_URL"] = "http://127.0.0.1:6345"
const codeFeedbackPython = `call.feedback.add("correctness", {"value": 4})`;

const codeFetchJS = `import * as weave from 'weave';
const client = await weave.init("${entity}/${project}");
const call = await client.getCall("${callId}")`;
const client = await weave.init("${entity}/${project}");
const call = await client.getCall("${callId}")`;
const codeReactionJS = `await call.feedback.addReaction('👍')`;
const codeNoteJS = `await call.feedback.addNote('This is delightful!')`;
const codeFeedbackJS = `await call.feedback.add({correctness: {value: 4}})`;
Expand Down

0 comments on commit 46465d6

Please sign in to comment.