Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/examples
/ createImgPrompt
Function
createImgPrompt
genkit-angular-story-generator/src/prompts.ts:216–219 ·
view source on GitHub ↗
(story: string)
Source
from the content-addressed store, hash-verified
214
}
215
216
export
function
createImgPrompt(story: string): string {
217
return
`Create picture of ${String(story)}. It should be in an photo-realistic style.
218
Do not include any words or modals in the image.`;
219
}
Callers
1
genImgBlob
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected