langchain
1032faba - langchain_google_genai : Add missing _identifying_params property. (#17224)

Commit
2 years ago
langchain_google_genai : Add missing _identifying_params property. (#17224) Description: Missing _identifying_params create issues when dealing with callbacks to get current run model parameters. All other model partners implementation provide this property and also provide _default_params. I'm not sure about the default values to include or if we can re-use the same as for _VertexAICommon(), this change allows you to access the model parameters correctly. Issue: Not exactly this issue but could be related https://github.com/langchain-ai/langchain/issues/14711 Twitter handle:@musicaoriginal2
Author
Parents
Loading