sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.3k stars 128 forks source link

Added documentation to 'agents/self_ask_with_search.rs' #238

Closed PoorRican closed 7 months ago

PoorRican commented 9 months ago

Added documentation to the existing agent. Eventually the common structures will need to be refactored for reusability.