phidatahq / phidata

Build AI Agents with memory, knowledge, tools and reasoning. Chat with them using a beautiful Agent UI.
https://docs.phidata.com
Mozilla Public License 2.0
15.58k stars 2.14k forks source link

Added Linear tool #1352

Open dundermain opened 4 weeks ago

dundermain commented 4 weeks ago

This tool allows to perform the following basic operations using linear tool API

This pull request completes #1331

manthanguptaa commented 1 week ago

@dundermain I tried running the tool but it's giving me 400 bad request. Screenshot 2024-11-12 at 4 35 30 PM

Also instead of using | use Optional or Union

dundermain commented 1 week ago

Hey @manthanguptaa, I am currently looking into the issue. There seems to be an issue with the type definition in GraphQL. I will experiment with it, and if it works, I will raise the PR. I have replaced "|" with "Optional". So once I debug the Linear issue, will raise the PR for both changes.

dundermain commented 1 week ago

@manthanguptaa I have made the required changes. Please test it again and let me know if you face any issues. I tested it from my end, and it is working.

manthanguptaa commented 1 week ago

@dundermain allow me some time. I will most probably be reviewing this on the weekend

dundermain commented 5 days ago

Thanks a lot, @manthanguptaa I will work on the UUIDs, but I need some context. By UUIDs, do you mean the different IDs like team ID, state ID, and user ID in the linear tool?

manthanguptaa commented 4 days ago

yes @dundermain!