MCPcopy Create free account
hub / github.com/evilsocket/cake / default_prompt

Function default_prompt

cake-core/src/lib.rs:347–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345}
346
347fn default_prompt() -> String {
348 "A very realistic photo of a rusty robot walking on a sandy beach".to_string()
349}
350
351fn empty_str() -> String {
352 "".to_string()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected