Requirements for the AIPluginTool to work with Wolfram? #9180
Replies: 1 comment 4 replies
-
🤖 Hello, Based on the information you've provided, it seems like you're having trouble with the AIPluginTool in the LangChain framework when trying to use it with the Wolfram Plugin. The AIPluginTool requires an AIPlugin instance to work, which is created from a URL that points to the plugin's JSON configuration. This configuration should include several fields such as The AIPluginTool does not require any specific account-level access like pro or API, as it only fetches the OpenAPI spec and does not perform any operations that would require authentication. However, the Wolfram Alpha plugin specifically requires a developer account and an APP ID. This APP ID should be saved in the WOLFRAM_ALPHA_APPID environment variable. Additionally, the The issues you're experiencing could be due to an input problem if the URL you're providing does not point to a valid JSON configuration for the plugin. Make sure the URL is correct and the JSON configuration includes all the required fields. Also, ensure that you have the necessary Wolfram Alpha developer account, APP ID, and the The Wolfram Alpha plugin has two endpoints: You can find more details about the AIPluginTool and the Wolfram Alpha plugin in the LangChain repository at these locations:
I hope this helps! If you have any more questions or need further clarification, feel free to ask. Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! So I've been trying to use the AIPluginTool to essentially recreate success with a prompt that currently works with the retail version of ChatGPT + Wolfram Plugin. I've not been having much luck with it. Here's an outline of my code and the output.
The only response I get is the API usage guide. Could this be an input issue, or is there a specific account-level requirement I need, like getting pro and API access?
I've searched Twitter and the threads here, but it doesn't seem like many people are discussing the plugin tool. Any insights would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions