fix: restoring test data and correcting name (#4875)
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user