Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toyamarinyon committed Dec 13, 2024
1 parent 07ff199 commit bcc65ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(playground)/p/[agentId]/canary/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export async function action(
},
});
(async () => {
const { partialObjectStream, object } = streamObject({
const { partialObjectStream, object, usage } = streamObject({
model,
prompt,
schema: jsonSchema<v.InferInput<typeof artifactSchema>>(
Expand Down

0 comments on commit bcc65ce

Please sign in to comment.