feat: Adding streamable-http transport support for backend, desktop and cli (#2942)
This commit is contained in:
@@ -124,6 +124,21 @@ export type ExtensionConfig = {
|
||||
name: string;
|
||||
timeout?: number | null;
|
||||
type: 'builtin';
|
||||
} | {
|
||||
/**
|
||||
* Whether this extension is bundled with Goose
|
||||
*/
|
||||
bundled?: boolean | null;
|
||||
description?: string | null;
|
||||
env_keys?: Array<string>;
|
||||
envs?: Envs;
|
||||
/**
|
||||
* The name used to identify this extension
|
||||
*/
|
||||
name: string;
|
||||
timeout?: number | null;
|
||||
type: 'streamable_http';
|
||||
uri: string;
|
||||
} | {
|
||||
/**
|
||||
* Whether this extension is bundled with Goose
|
||||
|
||||
Reference in New Issue
Block a user