Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Aug 12, 2023
1 parent 399e51a commit 871cb48
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.8.0 - 2023-08-12

### Added

- `executeTool` function that directly executes a single tool and records execution metadata.

### Changed

- Reworked event system and introduced RunFunctionEvent.

## v0.7.0 - 2023-08-10

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "modelfusion",
"description": "Build AI applications, chatbots, and agents with JavaScript and TypeScript.",
"version": "0.7.0",
"version": "0.8.0",
"author": "Lars Grammel",
"license": "MIT",
"keywords": [
Expand Down

1 comment on commit 871cb48

@vercel
Copy link

@vercel vercel bot commented on 871cb48 Aug 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.