Abraxas-365 / langchain-rust

🦜️🔗LangChain for Rust, the easiest way to write LLM-based programs in Rust
MIT License
491 stars 63 forks source link

Fix typo in ConversationalChain prompt_builder method name #157

Closed flaviodelgrosso closed 3 months ago

flaviodelgrosso commented 3 months ago

This pull request fixes a typo in the ConversationalChain struct where the method name pompt_builder was misspelled. The correct method name is prompt_builder.

prabirshrestha commented 3 months ago

Merged. Thanks!