Cdingram

Results 3 comments of Cdingram

Syntax error is because line with var openmaptilesKey contains a , rather than a ;. However there is still another issue as this API key is out of date/invalid. Response...

I have the same issue with urltile but using file://. Works fine on iOS but not android.

This is already implemented, see example [here](https://python.langchain.com/en/latest/modules/agents/tools/tools_as_openai_functions.html). One thing that does seem to be missing is `function_call` parameter that can be sent in the request (not the message response) as...