Skip to content

use elixir 1.17#427

Merged
brainlid merged 1 commit intobrainlid:mainfrom
nbw:nbw/elixir-version
Jan 23, 2026
Merged

use elixir 1.17#427
brainlid merged 1 commit intobrainlid:mainfrom
nbw:nbw/elixir-version

Conversation

@nbw
Copy link
Copy Markdown
Contributor

@nbw nbw commented Dec 23, 2025

the ChatGoogleAI module uses the get_in macro which is only available in Elixir 1.17 onwards. Using elixir 1.16 throws a compile error.

Context

I ran into this issue at compile time since I was using 1.16.

the ChatGoogleAI module uses the `get_in` macro which is only available
in Elixir 1.17 onwards. Using elixir 1.16 throws a compile error.
@nbw nbw force-pushed the nbw/elixir-version branch from 761224f to 91d3317 Compare December 23, 2025 12:58
@brainlid
Copy link
Copy Markdown
Owner

Thanks @nbw! Appreciated!
❤️💛💙💜

@brainlid brainlid merged commit 9d45421 into brainlid:main Jan 23, 2026
brainlid added a commit that referenced this pull request Jan 24, 2026
* main:
  formatting
  fix "Support reasoning_content of deepseek model" introducing UI bug for deepseek-chat model (#429)
  Add new reasoning effort values to ChatOpenAIResponses (#419)
  Add support for OpenAI reasoning/thinking events in ChatOpenAIResponses (#421)
  Add verbose_api field to ChatPerplexity and ChatMistralAI (#416)
  ChatMistralAI: Support thinking content parts (#418)
  Don't include top_p for gpt-5.2+ in ChatOpenAIResponses (#428)
  feat(GoogleChatAI): add thought_signature support for Gemini 3 function calls (#431)
  elixir 1.17 (#427)
  feat(ChatMistralAI): add support for parallel tool calls  (#433)
  fix: missing error handling and fallback mechanism on server outages (#435)
  Fixes image file_id content type for ChatOpenAIResponses (#438)
  Add support for OpenAI Response API Stateful context (#425)
  Add thinking config to vertex ai (#423)
  Add req_config to ChatOpenAIResponses (#415)
brainlid added a commit that referenced this pull request Jan 24, 2026
* main:
  Support json schema in vertex ai (#424)
  formatting
  fix "Support reasoning_content of deepseek model" introducing UI bug for deepseek-chat model (#429)
  Add new reasoning effort values to ChatOpenAIResponses (#419)
  Add support for OpenAI reasoning/thinking events in ChatOpenAIResponses (#421)
  Add verbose_api field to ChatPerplexity and ChatMistralAI (#416)
  ChatMistralAI: Support thinking content parts (#418)
  Don't include top_p for gpt-5.2+ in ChatOpenAIResponses (#428)
  feat(GoogleChatAI): add thought_signature support for Gemini 3 function calls (#431)
  elixir 1.17 (#427)
  feat(ChatMistralAI): add support for parallel tool calls  (#433)
  fix: missing error handling and fallback mechanism on server outages (#435)
  Fixes image file_id content type for ChatOpenAIResponses (#438)
  Add support for OpenAI Response API Stateful context (#425)
  Add thinking config to vertex ai (#423)
  Add req_config to ChatOpenAIResponses (#415)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants