langchain-ai/langchain

AIMLAPI: support Function Calling

Opened this issue · 5 comments

Checked other resources

  • This is a feature request, not a bug report or usage question.
  • I added a clear and descriptive title that summarizes the feature request.
  • I used the GitHub search to find a similar feature request and didn't find it.
  • I checked the LangChain documentation and API reference to see if this feature already exists.
  • This is not related to the langchain-community package.

Feature Description

The AimlapiLLM connects several different llms by AIML API platform and most of those llm supports function calling. But the bind_tools method isn't defined for this class.

Use Case

It would enable to use function calling/ tool calling with ai ml api models

Proposed Solution

No response

Alternatives Considered

No response

Additional Context

No response

can you assign me this issue? @mdrxy

@sagnik3788 are you actively working on this issue?

yes i am working on it

Where is the implementation of the provider? it's not available here
@mdrxy

Looks to be here. Note this is not a LangChain maintained integration.