9c366cce3a
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
8 lines
262 B
TypeScript
8 lines
262 B
TypeScript
import defaultPrompt from "../../../../packages/prompts-core/prompts/ultrawork/default.md" with { type: "text" }
|
|
|
|
export const ULTRAWORK_DEFAULT_MESSAGE = defaultPrompt
|
|
|
|
export function getDefaultUltraworkMessage(): string {
|
|
return ULTRAWORK_DEFAULT_MESSAGE
|
|
}
|