-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
README.md:236-241 shows passing prompt_template=template to GPTWorkflowRemediation(...), but the constructor does not accept this parameter. The example will raise a TypeError.
Current README Example (Broken)
template = PromptTemplate(template=custom_template)
wfr = GPTWorkflowRemediation(
running_config=running,
generated_config=generated,
prompt_template=template # <-- TypeError: unexpected keyword argument
)Fix
This depends on resolving issue #9 (integrating PromptTemplate into the workflow). Once GPTWorkflowRemediation accepts a prompt_template parameter, update the README to match the actual API.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation