tailcallhq / tailcall

High Performance GraphQL Runtime
https://tailcall.run
Apache License 2.0
1.26k stars 237 forks source link

Use LLMs to infer arg names of generated configurations #2652

Open tusharmath opened 1 month ago

tusharmath commented 1 month ago

Tailcall uses the power of AI to auto-generate configurations. This feature is primarily used to identify the name of the type currently and works reliably well.

Before

type Query {
  f1(p1: Int): [T1] @http(path: "/users/{{args.p1}}")
}

After infer_type_names: true

type Query {
  f1(p1: Int): [User] @http(path: "/users{{args.p1}}")
}

After infer_arg_names: true

type Query {
  f1(id: Int): [User] @http(path: "/users{{args.id}}")
}

Technical Requirements

Additional Links

tusharmath commented 1 month ago

/bounty 65$

algora-pbc[bot] commented 1 month ago

💎 $65 bounty • Tailcall Inc.

Steps to solve:

  1. Start working: Comment /attempt #2652 with your implementation plan
  2. Submit work: Create a pull request including /claim #2652 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

🙏 Thank you for contributing to tailcallhq/tailcall! 🧐 Checkout our guidelines before you get started. 💵 More about our bounty program.

Attempt Started (GMT+0) Solution
🔴 @ssddOnTop Aug 11, 2024, 8:18:18 AM WIP
🔴 @mobley-trent Aug 13, 2024, 6:37:31 AM WIP
🟢 @beelchester Aug 14, 2024, 5:41:29 AM #2687
🟢 @laststylebender14 #2787
ssddOnTop commented 1 month ago

/attempt 2652

Algora profile Completed bounties Tech Active attempts Options
@ssddOnTop 71 tailcallhq bounties
Rust, Java,
C & more
Cancel attempt
algora-pbc[bot] commented 1 month ago

@ssddOnTop: Reminder that in 1 days the bounty will become up for grabs, so please submit a pull request before then 🙏

mobley-trent commented 1 month ago

/attempt #2652

Algora profile Completed bounties Tech Active attempts Options
@mobley-trent    2 tailcallhq bounties
+ 7 bounties from 4 projects
Python, Rust,
Jupyter Notebook
Cancel attempt
algora-pbc[bot] commented 1 month ago

[!NOTE] The user @ssddOnTop is already attempting to complete issue #2652 and claim the bounty. We recommend checking in on @ssddOnTop's progress, and potentially collaborating, before starting a new solution.

beelchester commented 1 month ago

/attempt #2652

Algora profile Completed bounties Tech Active attempts Options
@beelchester 8 tailcallhq bounties
Rust, TypeScript,
CSS & more
Cancel attempt
algora-pbc[bot] commented 1 month ago

[!NOTE] The user @mobley-trent is already attempting to complete issue #2652 and claim the bounty. We recommend checking in on @mobley-trent's progress, and potentially collaborating, before starting a new solution.

algora-pbc[bot] commented 1 month ago

💡 @beelchester submitted a pull request that claims the bounty. You can visit your bounty board to reward.

algora-pbc[bot] commented 1 month ago

@mobley-trent: Reminder that in 1 days the bounty will become up for grabs, so please submit a pull request before then 🙏

algora-pbc[bot] commented 1 week ago

💡 @laststylebender14 submitted a pull request that claims the bounty. You can visit your bounty board to reward.