# Formatted for readability
ContextResponse(
id='00000000000000001e3ef84bd493e612',
snippets=[
MultimodalSnippet(
type='multimodal',
content=[
TextBlock(type='text', text="..."),
ImageBlock(
type='image',
caption='...',
image=Image(mime_type='image/jpeg', data='...', type='base64')),
// ...
],
score=0.16321887,
reference=PdfReference(
type='pdf',
pages=[3, 4, 5, 6, 7, 8, 9, 10, 11],
file=FileModel(
name='document.pdf',
id='9c322597-58d6-4ebc-84b5-a398b620da01',
metadata=None,
created_on='2025-08-28T23:41:41.982805815Z',
updated_on='2025-08-28T23:42:09.562949544Z',
status='Available',
percent_done=1.0,
signed_url='https://storage.googleapis.com/...',
error_message=None,
size=1236044,
multimodal=True
)
)
),
// ...
],
usage=TokenCounts(
prompt_tokens=7061,
completion_tokens=0,
total_tokens=7061
)
)