Skip to content

[BUG] overwrite_instructions is not defined in playbooks.py #288

@ankitkotnala

Description

@ankitkotnala

The process_playbook_kwargs method (which update_playbook calls to handle keyword arguments), there's no logic that checks for an overwrite_instructions argument.

Expected Behavior

when overwrite_instructions is set to True the playbook instructions should be overwritten instead of append.

Current Behavior

when overwrite_instructions is set to True, there is a warning/error of un declared argument.

Possible Solution

Modify update_playbook to handle overwrite_instructions

Steps to Reproduce

Context (Environment)

Detailed Description

Possible Implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions