MarketSquare / MarketSquare/robotframework-ai
Feature: add logit bias as an argument
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 38
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Using the logit bias, the chance of specific tokens being generated can be reduced/increased. Adding this argument allows more control over the AI.
This requires:
- A string to token ids converter per AI (to make it more user friendly)
- Adding logit bias to Prompt
- Keyword for setting/changing one/multiple tokens
- Updating the tools to pass the logit bias
Contributor guide
No contributing guide indexed for this repository
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
Start by locating the Prompt implementation and the tools that pass prompts, then identify how each AI provider represents token IDs and logit bias. The issue calls for a string-to-token-ID converter, Prompt support, keywords for one or multiple tokens, and propagation through the tools; done means all four areas work consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100