fix(27): remove duplicate gemini_local from AGENT_ADAPTER_TYPES
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9ef04fd1de
commit
1b7cd2a3cb
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ export const AGENT_ADAPTER_TYPES = [
|
|||
"cursor",
|
||||
"openclaw_gateway",
|
||||
"hermes_local",
|
||||
"gemini_local",
|
||||
] as const;
|
||||
export type AgentAdapterType = (typeof AGENT_ADAPTER_TYPES)[number];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue