mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
cr
This commit is contained in:
@@ -55,7 +55,7 @@ class Prompts(BaseModel):
|
|||||||
VOTING_SLICE: ClassVar[str] = dedent("""\
|
VOTING_SLICE: ClassVar[str] = dedent("""\
|
||||||
You are working on a crew with your co-workers and need to decide who will execute the task.
|
You are working on a crew with your co-workers and need to decide who will execute the task.
|
||||||
|
|
||||||
These are tyour format instructions:
|
These are your format instructions:
|
||||||
{format_instructions}
|
{format_instructions}
|
||||||
|
|
||||||
These are your co-workers and their roles:
|
These are your co-workers and their roles:
|
||||||
@@ -69,7 +69,7 @@ class Prompts(BaseModel):
|
|||||||
TASK_EXECUTION_PROMPT: ClassVar[str] = PromptTemplate.from_template(
|
TASK_EXECUTION_PROMPT: ClassVar[str] = PromptTemplate.from_template(
|
||||||
ROLE_PLAYING_SLICE + TOOLS_SLICE + TASK_SLICE
|
ROLE_PLAYING_SLICE + TOOLS_SLICE + TASK_SLICE
|
||||||
)
|
)
|
||||||
|
|
||||||
CONSENSUNS_VOTING_PROMPT: ClassVar[str] = PromptTemplate.from_template(
|
CONSENSUNS_VOTING_PROMPT: ClassVar[str] = PromptTemplate.from_template(
|
||||||
ROLE_PLAYING_SLICE + VOTING_SLICE + TASK_SLICE
|
ROLE_PLAYING_SLICE + VOTING_SLICE + TASK_SLICE
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user