Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jul 30, 2024
1 parent c60b0ce commit 31cb73b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion js/src/traceable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ export function traceable<Func extends (...args: any[]) => any>(
type Inputs = Parameters<Func>;
const {
aggregator,
__finalTracedIteratorKey,
argsConfigPath,
__finalTracedIteratorKey,
...runTreeConfig
} = config ?? {};

Expand Down
1 change: 0 additions & 1 deletion js/src/wrappers/vercel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export const wrapAISDKModel = <T extends object>(
aggregator = (chunks: any[]) => {
return chunks.reduce(
(aggregated, chunk) => {
console.log(chunk);
if (chunk.type === "text-delta") {
return {
...aggregated,
Expand Down

0 comments on commit 31cb73b

Please sign in to comment.