langchaingo
langchaingo copied to clipboard
how to use llms.GenerateContent through chains?
From what I can tell, to use things like Tools, the correct approach is to call GenerateContent on a model - but all of the chains use Call().
Are the chains deprecated, or is support for GenerateContent coming? Is there a new thing to use instead of the chains package?
Thanks!
From what I can tell, to use things like Tools, the correct approach is to call GenerateContent on a model - but all of the chains use Call().
Are the chains deprecated, or is support for GenerateContent coming? Is there a new thing to use instead of the chains package?
Thanks!
chains use a GenerateContent, but with some things