langchain-ai / langchain-cohere

MIT License
16 stars 15 forks source link

chore: fix bind_tools type, support Callable #20

Closed harry-cohere closed 2 months ago

harry-cohere commented 2 months ago

This PR adds the correct type hint for bind_tools - we previously didn't accept Callable, but now we do!