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

fix: rename MessageOrText to Data in doc comments #234

Closed danbev closed 9 months ago

danbev commented 9 months ago

This commit renames the MessageOrText enum to Data in the doc comments for the map method.