MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT-LLM / MultimodalData

Class MultimodalData

tensorrt_llm/inputs/utils.py:433–437  ·  view source on GitHub ↗

Type definition for multimodal data structure.

Source from the content-addressed store, hash-verified

431
432
433class MultimodalData(TypedDict):
434 """Type definition for multimodal data structure."""
435 modality: str
436 data: Any
437 is_embedding: bool
438
439
440class ConversationMessage(TypedDict):

Calls

no outgoing calls

Tested by

no test coverage detected