Merge branch 'cyb3rward0g/updating-agentic-workflows' into cyb3rward0g/llm-response-workflows-refactor

Signed-off-by: Roberto Rodriguez <9653181+Cyb3rWard0g@users.noreply.github.com>
This commit is contained in:
Roberto Rodriguez 2025-07-28 02:28:13 -04:00
commit b1b08ae6ff
1 changed files with 3 additions and 1 deletions

View File

@ -114,7 +114,9 @@ Your role is {role}.
## Goal
{goal}.
{instructions}
## Instructions
{instructions}.
""".strip()
_tool_executor: AgentToolExecutor = PrivateAttr()