mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 11:20:37 +09:00
Improve imported agent adapter selection
This commit is contained in:
parent
0763e2eb20
commit
fed94d18f3
7 changed files with 95 additions and 20 deletions
|
|
@ -17,7 +17,9 @@ export function GeminiLocalConfigFields({
|
|||
config,
|
||||
eff,
|
||||
mark,
|
||||
hideInstructionsFile,
|
||||
}: AdapterConfigFieldsProps) {
|
||||
if (hideInstructionsFile) return null;
|
||||
return (
|
||||
<>
|
||||
<Field label="Agent instructions file" hint={instructionsFileHint}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue