adk_live_gemini_codec (erlang_adk v0.7.0)
View SourceStrict JSON codec for the Gemini 3.1 Flash Live WebSocket protocol.
Summary
Functions
-spec decode_server(binary(), map()) -> {ok, [adk_live_provider:event_spec()]} | {error, term()}.
-spec encode_client(adk_live_provider:client_action(), map()) -> {ok, binary()} | {error, term()}.