test(prompts-core): cover prompt loader scenarios
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { LoadedPrompt, LoadPromptInput } from "./types"
|
||||
|
||||
export async function loadPrompt(_input: LoadPromptInput): Promise<LoadedPrompt> {
|
||||
return {
|
||||
body: "__red__",
|
||||
frontmatter: {},
|
||||
resolvedPath: "__red__",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user