mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-28 19:05:31 +02:00
commit
108fbb28fd
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@rowboatlabs/rowboatx",
|
"name": "@rowboatlabs/rowboatx",
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,5 @@ export const CopilotAgent: z.infer<typeof Agent> = {
|
||||||
name: "rowboatx",
|
name: "rowboatx",
|
||||||
description: "Rowboatx copilot",
|
description: "Rowboatx copilot",
|
||||||
instructions: CopilotInstructions,
|
instructions: CopilotInstructions,
|
||||||
model: "gpt-5.1",
|
|
||||||
tools,
|
tools,
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue