MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / MediaInput

Class MediaInput

examples/server/server.py:3476–3480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3474
3475@dataclass(frozen=True)
3476class MediaInput:
3477 kind: Literal["image", "audio", "video"]
3478 url: Optional[str] = None
3479 data: Optional[str] = None
3480 format: Optional[str] = None
3481
3482
3483class Jinja2ChatFormatter:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…