ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Providers: Remove -native suffix
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18
- Forks
- 10
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 14
Description
Is your feature request related to a problem?
The -native suffix in providers for llm_call is not being used and is causing confusion. This unnecessary complexity hinders usability.
Describe the solution you'd like
- Sunset the
-nativesuffix from providers in llm_call.
Original issue
Shall we sunset -native suffix from providers in llm_call. No one's using it and creates confusion.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the Python codebase for llm_call and provider names, then trace where the -native suffix is defined and referenced. Check related tests or provider documentation for expected names, remove the suffix consistently, and verify that provider calls and tests use the updated names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100