Skip to content

Commit d3e4e9e

Browse files
committed
GenAI Processors 1.1.0
* core.window.Window: apply a processor to a rolling window across the stream. * Models output dataclass Parts when constrained decoding is used. * Added a text-based turn-by-turn chat example with multimodal support through downloading images or PDFs by their URLs. * Add GenAILangChainProcessor to contrib. PiperOrigin-RevId: 789768486
1 parent e2a0540 commit d3e4e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai_processors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
"""Google DeepMind GenAI processors library."""
1717

18-
__version__ = '1.0.5'
18+
__version__ = '1.1.0'
1919

2020
from . import content_api as content_api_
2121
from . import processor as processor_

0 commit comments

Comments
 (0)