Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasavila00 committed Apr 7, 2024
1 parent e8197a7 commit da18d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/client/src/tasks/long-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import createSummary from "../generated/fabric/create_summary";

const longTask = async (client: InitClient) => {
const start = Date.now();
const { rawText: conversation6 } = await createSummary(client, {
const { rawText: _conversation6 } = await createSummary(client, {
input: `
Edward Jones (7 April 1824 – c. 1893 or 1896), also known as "the boy Jones", was an English stalker who became notorious for breaking into Buckingham Palace several times between 1838 and 1841.
Expand Down

0 comments on commit da18d6d

Please sign in to comment.