Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ ImagePrompt
Interface
ImagePrompt
scripts/generate-images.ts:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
};
30
31
interface
ImagePrompt {
32
filename: string;
33
prompt: string;
34
alt_text?: string;
35
}
36
37
interface
ValidationResult {
38
description: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected