fix: restoring test data and correcting name (#4875)

This commit is contained in:
Michael Neale
2025-09-29 15:29:02 +10:00
committed by GitHub
parent 77ab395735
commit 4e1195954c
4 changed files with 34 additions and 13 deletions
+6 -6
View File
@@ -188,7 +188,7 @@ export type ExtendPromptResponse = {
export type ExtensionConfig = {
available_tools?: Array<string>;
/**
* Whether this extension is bundled with Goose
* Whether this extension is bundled with goose
*/
bundled?: boolean | null;
description?: string | null;
@@ -205,7 +205,7 @@ export type ExtensionConfig = {
args: Array<string>;
available_tools?: Array<string>;
/**
* Whether this extension is bundled with Goose
* Whether this extension is bundled with goose
*/
bundled?: boolean | null;
cmd: string;
@@ -221,7 +221,7 @@ export type ExtensionConfig = {
} | {
available_tools?: Array<string>;
/**
* Whether this extension is bundled with Goose
* Whether this extension is bundled with goose
*/
bundled?: boolean | null;
description?: string | null;
@@ -235,7 +235,7 @@ export type ExtensionConfig = {
} | {
available_tools?: Array<string>;
/**
* Whether this extension is bundled with Goose
* Whether this extension is bundled with goose
*/
bundled?: boolean | null;
description?: string | null;
@@ -254,7 +254,7 @@ export type ExtensionConfig = {
} | {
available_tools?: Array<string>;
/**
* Whether this extension is bundled with Goose
* Whether this extension is bundled with goose
*/
bundled?: boolean | null;
/**
@@ -531,7 +531,7 @@ export type RawTextContent = {
/**
* A Recipe represents a personalized, user-generated agent configuration that defines
* specific behaviors and capabilities within the Goose system.
* specific behaviors and capabilities within the goose system.
*
* # Fields
*