482 B
482 B
- Added support to Gemini Live (
GeminiLiveLLMService) for programmatically swapping tools or editing context at runtime; now you can useLLMMessagesAppendFrame,LLMMessagesUpdateFrame,LLMMessagesTransformFrame, andLLMSetToolsFramewith Gemini Live, like you would with text-to-text services. Note that this new functionality only works if you're usingLLMContextandLLMContextAggregatorPairrather than the deprecatedOpenAILLMContextand associated aggregators.