mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
feat(agents): clarify mandatory YAML frontmatter for sub-agents (#16515)
This commit is contained in:
@@ -83,7 +83,7 @@ System prompt content.`);
|
||||
AgentLoadError,
|
||||
);
|
||||
await expect(parseAgentMarkdown(filePath)).rejects.toThrow(
|
||||
'Invalid markdown format',
|
||||
'Missing mandatory YAML frontmatter',
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user