Commits
Branch selector
User selector
Commit History
Commits on Mar 3, 2025
- authored andcommitted

- authored
chore: fix more mypy 'arg-type' errors
Show description for 48ae0f9authored andcommittedfix: log warn instead of raise error for GenerateContentResponse.text quick accessor when there are mixed part types
Show description for 55a0638authored andcommitted
Commits on Feb 28, 2025
feat: enable Live API initial connect to accept functions directly, in addition to just FunctionDeclaration
Show description for 91b1d3eauthored andcommittedchore: fix some mypy 'arg-type' errors
Show description for 33d309cauthored andcommittedchore: fix more mypy 'assignment' errors
Show description for 6533a80authored andcommitted
Commits on Feb 27, 2025
chore: fix all mypy 'var-annotated' errors
Show description for 08e9b65authored andcommittedchore: add stale issue cleanup workflow
Show description for f7d6f1fauthored andcommittedchore: Update reference docs to explain max output tokens and temperature.
Show description for 0601b76authored andcommittedfeat: Support Models.EmbedContent function
Show description for 0d689fdauthored andcommittedchore: Add explicit error message "not supported" for Gemini count_tokens API system_instruction and tools
Show description for 14d8582authored andcommitted
Commits on Feb 26, 2025
feat: Support aspect ratio for edit_image
Show description for 5423a58authored andcommittedchore: fix mypy assignment error for parent_object
Show description for fadbbffauthored andcommittedchore: Use content instead of deprecating data in httpx.Request to avoid seeing DeprecationWarning
Show description for c987c48authored andcommittedfeat: Implement get history to return comprehensive or curated chat history
Show description for 92deda1authored andcommittedchore: Document max output tokens and temperature with additional explanation.
Show description for 36cc622authored andcommittedchore: resolve mypy name-defined, override, no-redef errors and some assignment errors
Show description for 3018fa6authored andcommittedchore: fix mypy 'assignment' errors in _api_client, _afc_util, _extra_utils, _replay_api_client, and _transformers modules (fixes #374)
Show description for d894cf2authored andcommittedfeat: Add response_id and create_time to GenerateContentResponse
Show description for b46ed36authored andcommitted
Commits on Feb 25, 2025
fix: Fix chats.send_message_stream curated history
Show description for bcf2be0authored andcommitted
Commits on Feb 24, 2025
chore: Add LICENSE/README to package distribution
Show description for f53080dauthored andcommittedchore: fix some mypy validation errors
Show description for bb8a63aauthored andcommittedchore: generate docs for 1.3.0
Show description for 37df421authored andcommittedchore(main): release 1.3.0 (#394)
Show description for aa45c26andauthoredchore: rollback change
Show description for 8fe1307authored andcommittedchore: fix our test infra
Show description for d7921e3authored andcommitted
Commits on Feb 22, 2025
feat: allow passing in multiple non-content types to generate_content.
Show description for 1d25c1fauthored andcommitted
Commits on Feb 21, 2025
feat: Add generate_videos (Veo 2) support for Python
Show description for e9e2be7authored andcommittedfix: Fix duplicate get_function_response_parts in (async) generate_content_stream and ensure chunk isn't empty before get_function_response_parts
Show description for d4193e6authored andcommitted
Commits on Feb 20, 2025
feat: Native async client support using httpx
Show description for c38da8dauthored andcommitted
Commits on Feb 19, 2025
doc: Update async method example docstrings
Show description for 1520726authored andcommittedfix: fix automatic function calling warning message logic.
Show description for b99da95authored andcommitted
Commits on Feb 18, 2025
feat: add sdk logger instance (fixes #278)
Show description for cf281b5authored andcommitteddocs: Add instruction on how to disable automatic function calling.
Show description for f8b12d5authored andcommitted