mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
Enable tool-based message generation in chat-stream-provider
and add BasicValueTool
and WeatherTool
.
Updated dependencies to latest versions in `bun.lock`. Modified development script in `package.json` to include watch mode.
This commit is contained in:

committed by
Geoff Seemueller

parent
de968bcfbd
commit
06b6a68b9b
@@ -2,7 +2,7 @@
|
||||
"name": "@open-gsio/server",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "bun src/server/server.ts",
|
||||
"dev": "bun --watch src/server/server.ts",
|
||||
"build": "bun ./src/server/build.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Reference in New Issue
Block a user