mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 07:13:00 +00:00
fix: inject skill context in Agent.kickoff() via _prepare_kickoff
This commit is contained in:
@@ -1350,6 +1350,8 @@ class Agent(BaseAgent):
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
formatted_messages = append_skill_context(self, formatted_messages)
|
||||||
|
|
||||||
# Build the input dict for the executor
|
# Build the input dict for the executor
|
||||||
inputs: dict[str, Any] = {
|
inputs: dict[str, Any] = {
|
||||||
"input": formatted_messages,
|
"input": formatted_messages,
|
||||||
|
|||||||
Reference in New Issue
Block a user