Clarifying Questions Generator for task refinement
Project description
ClarifyingQuestionsGenerator
ClarifyingQuestionsGenerator is a Python package designed to refine task descriptions through an iterative process of asking clarifying questions. It uses GPT models from OpenAI to generate questions and refine tasks, streamlining the process of task clarification and ensuring tasks are well-understood and actionable.
Installation
To install ClarifyingQuestionsGenerator, you can use pip:
pip install clarifyquestgen
Usage
As a Python Module
You can use ClarifyingQuestionsGenerator as a module in your Python scripts.
Example:
from clarifyquestgen import ClarifyingQuestionsGenerator
# Initialize the generator with a task, instruction, and your OpenAI API key
clarifier = ClarifyingQuestionsGenerator(
task="Describe the task here",
instruction="Additional instructions here",
gpt_api_key='your-openai-api-key'
)
# Run the generator to refine your task
refined_task = clarifier.run()
print("Refined Task Description:")
print(refined_task)
Customizing Your Generator
You can customize the behavior of ClarifyingQuestionsGenerator by adjusting the initialization parameters, such as the model, temperature, max tokens, etc., to fit the specific needs of your application or to tweak the behavior of the GPT model.
Output Example
When you run ClarifyingQuestionsGenerator, it iteratively asks questions, refines the task, and analyzes its feasibility until a satisfactory level of clarity and feasibility is reached. Here is an example interaction:
Question 1: What specific parts of the database schema need to be refactored?
...user chooses an answer...
Question 2: What is the expected format or style of the comments?
...user chooses an answer...
...
Refined Task Description:
Refined task: Add comments to specific sections or functions within two code files. Follow the expected format for comments and adhere to specific guidelines or conventions provided.
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clarifyquestgen-2025.5.151003.tar.gz.
File metadata
- Download URL: clarifyquestgen-2025.5.151003.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3b50a54339da447fe6b76bb2cb160f134db269deee4c0cc47c85f1abc4b477e
|
|
| MD5 |
3416dd5a4abaf79f8ef50bb748fa87a0
|
|
| BLAKE2b-256 |
31727855442936af6bf3348dd9ea2a6a07f096d4bb8b4411bc62642db2ee9f77
|
File details
Details for the file clarifyquestgen-2025.5.151003-py3-none-any.whl.
File metadata
- Download URL: clarifyquestgen-2025.5.151003-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eab86904e1bc67ca325952f81b54ec6b7b4cc2d0161aa8cbdbc87a75558a6c4a
|
|
| MD5 |
7c4556a405f2b9cb779c809fc19adee4
|
|
| BLAKE2b-256 |
28083857a293b987c39f0812c80113e942489b867173d507756260bd0afb9bb7
|