samkeen / llm-bridge

Rust SDK for interacting with various Large Language Model (LLM) APIs
https://crates.io/crates/llm-bridge
MIT License
4 stars 0 forks source link

Add support for "tools" (function calling) #10

Open samkeen opened 2 months ago

samkeen commented 2 months ago

For the LLMs which support function calling

https://docs.anthropic.com/en/docs/build-with-claude/tool-use https://platform.openai.com/docs/guides/function-calling

samkeen commented 1 month ago

added a Tool builder

next enable access to tool request results.