Skip to content

Commit

Permalink
style(format): apply formatting fixes to experimental and helper files
Browse files Browse the repository at this point in the history
Ref: i-am-bee#121
Signed-off-by: Matias Molinas <[email protected]>
  • Loading branch information
matiasmolinas committed Dec 18, 2024
1 parent 13c4eb0 commit 6688e39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/agents/experimental/human.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ try {
} finally {
// Gracefully close the reader when exiting the app
reader.close();
}
}
2 changes: 1 addition & 1 deletion examples/helpers/io.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ export function createConsoleReader({
}
},
};
}
}
2 changes: 1 addition & 1 deletion examples/tools/experimental/human.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ export class HumanTool extends Tool<StringToolOutput> {

return new StringToolOutput(formattedOutput);
}
}
}

0 comments on commit 6688e39

Please sign in to comment.