mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-02 22:14:26 +01:00
chore: SSE is Server-Sent Events (#2215)
This commit is contained in:
@@ -52,7 +52,7 @@ export default function ExtensionInfoFields({
|
||||
}}
|
||||
options={[
|
||||
{ value: 'stdio', label: 'Standard IO (STDIO)' },
|
||||
{ value: 'sse', label: 'Security Service Edge (SSE)' },
|
||||
{ value: 'sse', label: 'Server-Sent Events (SSE)' },
|
||||
]}
|
||||
isSearchable={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user