mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
fix typo exectue -> execute (#607)
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
"tool_usage_exception": "I encountered an error while trying to use the tool. This was the error: {error}.\n Tool {tool} accepts these inputs: {tool_inputs}"
|
"tool_usage_exception": "I encountered an error while trying to use the tool. This was the error: {error}.\n Tool {tool} accepts these inputs: {tool_inputs}"
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"delegate_work": "Delegate a specific task to one of the following co-workers: {coworkers}\nThe input to this tool should be the co-worker, the task you want them to do, and ALL necessary context to exectue the task, they know nothing about the task, so share absolute everything you know, don't reference things but instead explain them.",
|
"delegate_work": "Delegate a specific task to one of the following co-workers: {coworkers}\nThe input to this tool should be the co-worker, the task you want them to do, and ALL necessary context to execute the task, they know nothing about the task, so share absolute everything you know, don't reference things but instead explain them.",
|
||||||
"ask_question": "Ask a specific question to one of the following co-workers: {coworkers}\nThe input to this tool should be the co-worker, the question you have for them, and ALL necessary context to ask the question properly, they know nothing about the question, so share absolute everything you know, don't reference things but instead explain them."
|
"ask_question": "Ask a specific question to one of the following co-workers: {coworkers}\nThe input to this tool should be the co-worker, the question you have for them, and ALL necessary context to ask the question properly, they know nothing about the question, so share absolute everything you know, don't reference things but instead explain them."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ interactions:
|
|||||||
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [Researcher]\nThe input to this tool should be the coworker, the
|
co-workers: [Researcher]\nThe input to this tool should be the coworker, the
|
||||||
task you want them to do, and ALL necessary context to exectue the task, they
|
task you want them to do, and ALL necessary context to execute the task, they
|
||||||
know nothing about the task, so share absolute everything you know, don''t reference
|
know nothing about the task, so share absolute everything you know, don''t reference
|
||||||
things but instead explain them.\nAsk question to co-worker: Ask question to
|
things but instead explain them.\nAsk question to co-worker: Ask question to
|
||||||
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
||||||
@@ -1030,7 +1030,7 @@ interactions:
|
|||||||
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [Researcher]\nThe input to this tool should be the coworker, the
|
co-workers: [Researcher]\nThe input to this tool should be the coworker, the
|
||||||
task you want them to do, and ALL necessary context to exectue the task, they
|
task you want them to do, and ALL necessary context to execute the task, they
|
||||||
know nothing about the task, so share absolute everything you know, don''t reference
|
know nothing about the task, so share absolute everything you know, don''t reference
|
||||||
things but instead explain them.\nAsk question to co-worker: Ask question to
|
things but instead explain them.\nAsk question to co-worker: Ask question to
|
||||||
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ interactions:
|
|||||||
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
||||||
- Delegate a specific task to one of the following co-workers: [''test role2'']\nThe
|
- Delegate a specific task to one of the following co-workers: [''test role2'']\nThe
|
||||||
input to this tool should be the coworker, the task you want them to do, and
|
input to this tool should be the coworker, the task you want them to do, and
|
||||||
ALL necessary context to exectue the task, they know nothing about the task,
|
ALL necessary context to execute the task, they know nothing about the task,
|
||||||
so share absolute everything you know, don''t reference things but instead explain
|
so share absolute everything you know, don''t reference things but instead explain
|
||||||
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
||||||
str, context: str) - Ask a specific question to one of the following co-workers:
|
str, context: str) - Ask a specific question to one of the following co-workers:
|
||||||
@@ -326,7 +326,7 @@ interactions:
|
|||||||
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
||||||
- Delegate a specific task to one of the following co-workers: [''test role2'']\nThe
|
- Delegate a specific task to one of the following co-workers: [''test role2'']\nThe
|
||||||
input to this tool should be the coworker, the task you want them to do, and
|
input to this tool should be the coworker, the task you want them to do, and
|
||||||
ALL necessary context to exectue the task, they know nothing about the task,
|
ALL necessary context to execute the task, they know nothing about the task,
|
||||||
so share absolute everything you know, don''t reference things but instead explain
|
so share absolute everything you know, don''t reference things but instead explain
|
||||||
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
||||||
str, context: str) - Ask a specific question to one of the following co-workers:
|
str, context: str) - Ask a specific question to one of the following co-workers:
|
||||||
@@ -351,7 +351,7 @@ interactions:
|
|||||||
Delegate work to co-worker(coworker: str, task: str, context: str) - Delegate
|
Delegate work to co-worker(coworker: str, task: str, context: str) - Delegate
|
||||||
a specific task to one of the following co-workers: [''test role2'']\nThe input
|
a specific task to one of the following co-workers: [''test role2'']\nThe input
|
||||||
to this tool should be the coworker, the task you want them to do, and ALL necessary
|
to this tool should be the coworker, the task you want them to do, and ALL necessary
|
||||||
context to exectue the task, they know nothing about the task, so share absolute
|
context to execute the task, they know nothing about the task, so share absolute
|
||||||
everything you know, don''t reference things but instead explain them.\nAsk
|
everything you know, don''t reference things but instead explain them.\nAsk
|
||||||
question to co-worker: Ask question to co-worker(coworker: str, question: str,
|
question to co-worker: Ask question to co-worker(coworker: str, question: str,
|
||||||
context: str) - Ask a specific question to one of the following co-workers:
|
context: str) - Ask a specific question to one of the following co-workers:
|
||||||
@@ -1027,7 +1027,7 @@ interactions:
|
|||||||
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
||||||
- Delegate a specific task to one of the following co-workers: [''test role2'']\nThe
|
- Delegate a specific task to one of the following co-workers: [''test role2'']\nThe
|
||||||
input to this tool should be the coworker, the task you want them to do, and
|
input to this tool should be the coworker, the task you want them to do, and
|
||||||
ALL necessary context to exectue the task, they know nothing about the task,
|
ALL necessary context to execute the task, they know nothing about the task,
|
||||||
so share absolute everything you know, don''t reference things but instead explain
|
so share absolute everything you know, don''t reference things but instead explain
|
||||||
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
||||||
str, context: str) - Ask a specific question to one of the following co-workers:
|
str, context: str) - Ask a specific question to one of the following co-workers:
|
||||||
@@ -1052,7 +1052,7 @@ interactions:
|
|||||||
Delegate work to co-worker(coworker: str, task: str, context: str) - Delegate
|
Delegate work to co-worker(coworker: str, task: str, context: str) - Delegate
|
||||||
a specific task to one of the following co-workers: [''test role2'']\nThe input
|
a specific task to one of the following co-workers: [''test role2'']\nThe input
|
||||||
to this tool should be the coworker, the task you want them to do, and ALL necessary
|
to this tool should be the coworker, the task you want them to do, and ALL necessary
|
||||||
context to exectue the task, they know nothing about the task, so share absolute
|
context to execute the task, they know nothing about the task, so share absolute
|
||||||
everything you know, don''t reference things but instead explain them.\nAsk
|
everything you know, don''t reference things but instead explain them.\nAsk
|
||||||
question to co-worker: Ask question to co-worker(coworker: str, question: str,
|
question to co-worker: Ask question to co-worker(coworker: str, question: str,
|
||||||
context: str) - Ask a specific question to one of the following co-workers:
|
context: str) - Ask a specific question to one of the following co-workers:
|
||||||
@@ -1236,7 +1236,7 @@ interactions:
|
|||||||
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
||||||
- Delegate a specific task to one of the following co-workers: [''test role2'']\nThe
|
- Delegate a specific task to one of the following co-workers: [''test role2'']\nThe
|
||||||
input to this tool should be the coworker, the task you want them to do, and
|
input to this tool should be the coworker, the task you want them to do, and
|
||||||
ALL necessary context to exectue the task, they know nothing about the task,
|
ALL necessary context to execute the task, they know nothing about the task,
|
||||||
so share absolute everything you know, don''t reference things but instead explain
|
so share absolute everything you know, don''t reference things but instead explain
|
||||||
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
||||||
str, context: str) - Ask a specific question to one of the following co-workers:
|
str, context: str) - Ask a specific question to one of the following co-workers:
|
||||||
@@ -1485,7 +1485,7 @@ interactions:
|
|||||||
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
||||||
- Delegate a specific task to one of the following co-workers: [''test role'']\nThe
|
- Delegate a specific task to one of the following co-workers: [''test role'']\nThe
|
||||||
input to this tool should be the coworker, the task you want them to do, and
|
input to this tool should be the coworker, the task you want them to do, and
|
||||||
ALL necessary context to exectue the task, they know nothing about the task,
|
ALL necessary context to execute the task, they know nothing about the task,
|
||||||
so share absolute everything you know, don''t reference things but instead explain
|
so share absolute everything you know, don''t reference things but instead explain
|
||||||
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
||||||
str, context: str) - Ask a specific question to one of the following co-workers:
|
str, context: str) - Ask a specific question to one of the following co-workers:
|
||||||
@@ -2490,7 +2490,7 @@ interactions:
|
|||||||
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
co-worker: Delegate work to co-worker(coworker: str, task: str, context: str)
|
||||||
- Delegate a specific task to one of the following co-workers: [''test role'']\nThe
|
- Delegate a specific task to one of the following co-workers: [''test role'']\nThe
|
||||||
input to this tool should be the coworker, the task you want them to do, and
|
input to this tool should be the coworker, the task you want them to do, and
|
||||||
ALL necessary context to exectue the task, they know nothing about the task,
|
ALL necessary context to execute the task, they know nothing about the task,
|
||||||
so share absolute everything you know, don''t reference things but instead explain
|
so share absolute everything you know, don''t reference things but instead explain
|
||||||
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
||||||
str, context: str) - Ask a specific question to one of the following co-workers:
|
str, context: str) - Ask a specific question to one of the following co-workers:
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ interactions:
|
|||||||
work to co-worker: Delegate work to co-worker(coworker: str, task: str, context:
|
work to co-worker: Delegate work to co-worker(coworker: str, task: str, context:
|
||||||
str) - Delegate a specific task to one of the following co-workers: [''Researcher'']\nThe
|
str) - Delegate a specific task to one of the following co-workers: [''Researcher'']\nThe
|
||||||
input to this tool should be the coworker, the task you want them to do, and
|
input to this tool should be the coworker, the task you want them to do, and
|
||||||
ALL necessary context to exectue the task, they know nothing about the task,
|
ALL necessary context to execute the task, they know nothing about the task,
|
||||||
so share absolute everything you know, don''t reference things but instead explain
|
so share absolute everything you know, don''t reference things but instead explain
|
||||||
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
||||||
str, context: str) - Ask a specific question to one of the following co-workers:
|
str, context: str) - Ask a specific question to one of the following co-workers:
|
||||||
@@ -442,7 +442,7 @@ interactions:
|
|||||||
work to co-worker: Delegate work to co-worker(coworker: str, task: str, context:
|
work to co-worker: Delegate work to co-worker(coworker: str, task: str, context:
|
||||||
str) - Delegate a specific task to one of the following co-workers: [''Researcher'']\nThe
|
str) - Delegate a specific task to one of the following co-workers: [''Researcher'']\nThe
|
||||||
input to this tool should be the coworker, the task you want them to do, and
|
input to this tool should be the coworker, the task you want them to do, and
|
||||||
ALL necessary context to exectue the task, they know nothing about the task,
|
ALL necessary context to execute the task, they know nothing about the task,
|
||||||
so share absolute everything you know, don''t reference things but instead explain
|
so share absolute everything you know, don''t reference things but instead explain
|
||||||
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
them.\nAsk question to co-worker: Ask question to co-worker(coworker: str, question:
|
||||||
str, context: str) - Ask a specific question to one of the following co-workers:
|
str, context: str) - Ask a specific question to one of the following co-workers:
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ interactions:
|
|||||||
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [''Senior Writer'']\nThe input to this tool should be the coworker,
|
co-workers: [''Senior Writer'']\nThe input to this tool should be the coworker,
|
||||||
the task you want them to do, and ALL necessary context to exectue the task,
|
the task you want them to do, and ALL necessary context to execute the task,
|
||||||
they know nothing about the task, so share absolute everything you know, don''t
|
they know nothing about the task, so share absolute everything you know, don''t
|
||||||
reference things but instead explain them.\nAsk question to co-worker: Ask question
|
reference things but instead explain them.\nAsk question to co-worker: Ask question
|
||||||
to co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
to co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
||||||
@@ -1716,7 +1716,7 @@ interactions:
|
|||||||
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [''Senior Writer'']\nThe input to this tool should be the coworker,
|
co-workers: [''Senior Writer'']\nThe input to this tool should be the coworker,
|
||||||
the task you want them to do, and ALL necessary context to exectue the task,
|
the task you want them to do, and ALL necessary context to execute the task,
|
||||||
they know nothing about the task, so share absolute everything you know, don''t
|
they know nothing about the task, so share absolute everything you know, don''t
|
||||||
reference things but instead explain them.\nAsk question to co-worker: Ask question
|
reference things but instead explain them.\nAsk question to co-worker: Ask question
|
||||||
to co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
to co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ interactions:
|
|||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [''Researcher'', ''Senior Writer'']\nThe input to this tool should
|
co-workers: [''Researcher'', ''Senior Writer'']\nThe input to this tool should
|
||||||
be the coworker, the task you want them to do, and ALL necessary context to
|
be the coworker, the task you want them to do, and ALL necessary context to
|
||||||
exectue the task, they know nothing about the task, so share absolute everything
|
execute the task, they know nothing about the task, so share absolute everything
|
||||||
you know, don''t reference things but instead explain them.\nAsk question to
|
you know, don''t reference things but instead explain them.\nAsk question to
|
||||||
co-worker: Ask question to co-worker(coworker: str, question: str, context:
|
co-worker: Ask question to co-worker(coworker: str, question: str, context:
|
||||||
str) - Ask a specific question to one of the following co-workers: [''Researcher'',
|
str) - Ask a specific question to one of the following co-workers: [''Researcher'',
|
||||||
@@ -2448,7 +2448,7 @@ interactions:
|
|||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [''Researcher'', ''Senior Writer'']\nThe input to this tool should
|
co-workers: [''Researcher'', ''Senior Writer'']\nThe input to this tool should
|
||||||
be the coworker, the task you want them to do, and ALL necessary context to
|
be the coworker, the task you want them to do, and ALL necessary context to
|
||||||
exectue the task, they know nothing about the task, so share absolute everything
|
execute the task, they know nothing about the task, so share absolute everything
|
||||||
you know, don''t reference things but instead explain them.\nAsk question to
|
you know, don''t reference things but instead explain them.\nAsk question to
|
||||||
co-worker: Ask question to co-worker(coworker: str, question: str, context:
|
co-worker: Ask question to co-worker(coworker: str, question: str, context:
|
||||||
str) - Ask a specific question to one of the following co-workers: [''Researcher'',
|
str) - Ask a specific question to one of the following co-workers: [''Researcher'',
|
||||||
@@ -5367,7 +5367,7 @@ interactions:
|
|||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [''Researcher'', ''Senior Writer'']\nThe input to this tool should
|
co-workers: [''Researcher'', ''Senior Writer'']\nThe input to this tool should
|
||||||
be the coworker, the task you want them to do, and ALL necessary context to
|
be the coworker, the task you want them to do, and ALL necessary context to
|
||||||
exectue the task, they know nothing about the task, so share absolute everything
|
execute the task, they know nothing about the task, so share absolute everything
|
||||||
you know, don''t reference things but instead explain them.\nAsk question to
|
you know, don''t reference things but instead explain them.\nAsk question to
|
||||||
co-worker: Ask question to co-worker(coworker: str, question: str, context:
|
co-worker: Ask question to co-worker(coworker: str, question: str, context:
|
||||||
str) - Ask a specific question to one of the following co-workers: [''Researcher'',
|
str) - Ask a specific question to one of the following co-workers: [''Researcher'',
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ interactions:
|
|||||||
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [''Scorer'']\nThe input to this tool should be the coworker, the
|
co-workers: [''Scorer'']\nThe input to this tool should be the coworker, the
|
||||||
task you want them to do, and ALL necessary context to exectue the task, they
|
task you want them to do, and ALL necessary context to execute the task, they
|
||||||
know nothing about the task, so share absolute everything you know, don''t reference
|
know nothing about the task, so share absolute everything you know, don''t reference
|
||||||
things but instead explain them.\nAsk question to co-worker: Ask question to
|
things but instead explain them.\nAsk question to co-worker: Ask question to
|
||||||
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
||||||
@@ -2273,7 +2273,7 @@ interactions:
|
|||||||
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [''Scorer'']\nThe input to this tool should be the coworker, the
|
co-workers: [''Scorer'']\nThe input to this tool should be the coworker, the
|
||||||
task you want them to do, and ALL necessary context to exectue the task, they
|
task you want them to do, and ALL necessary context to execute the task, they
|
||||||
know nothing about the task, so share absolute everything you know, don''t reference
|
know nothing about the task, so share absolute everything you know, don''t reference
|
||||||
things but instead explain them.\nAsk question to co-worker: Ask question to
|
things but instead explain them.\nAsk question to co-worker: Ask question to
|
||||||
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
||||||
@@ -3961,7 +3961,7 @@ interactions:
|
|||||||
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [''Scorer'']\nThe input to this tool should be the coworker, the
|
co-workers: [''Scorer'']\nThe input to this tool should be the coworker, the
|
||||||
task you want them to do, and ALL necessary context to exectue the task, they
|
task you want them to do, and ALL necessary context to execute the task, they
|
||||||
know nothing about the task, so share absolute everything you know, don''t reference
|
know nothing about the task, so share absolute everything you know, don''t reference
|
||||||
things but instead explain them.\nAsk question to co-worker: Ask question to
|
things but instead explain them.\nAsk question to co-worker: Ask question to
|
||||||
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ interactions:
|
|||||||
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [''Scorer'']\nThe input to this tool should be the coworker, the
|
co-workers: [''Scorer'']\nThe input to this tool should be the coworker, the
|
||||||
task you want them to do, and ALL necessary context to exectue the task, they
|
task you want them to do, and ALL necessary context to execute the task, they
|
||||||
know nothing about the task, so share absolute everything you know, don''t reference
|
know nothing about the task, so share absolute everything you know, don''t reference
|
||||||
things but instead explain them.\nAsk question to co-worker: Ask question to
|
things but instead explain them.\nAsk question to co-worker: Ask question to
|
||||||
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
||||||
@@ -3200,7 +3200,7 @@ interactions:
|
|||||||
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
are not listed here:\n\nDelegate work to co-worker: Delegate work to co-worker(coworker:
|
||||||
str, task: str, context: str) - Delegate a specific task to one of the following
|
str, task: str, context: str) - Delegate a specific task to one of the following
|
||||||
co-workers: [''Scorer'']\nThe input to this tool should be the coworker, the
|
co-workers: [''Scorer'']\nThe input to this tool should be the coworker, the
|
||||||
task you want them to do, and ALL necessary context to exectue the task, they
|
task you want them to do, and ALL necessary context to execute the task, they
|
||||||
know nothing about the task, so share absolute everything you know, don''t reference
|
know nothing about the task, so share absolute everything you know, don''t reference
|
||||||
things but instead explain them.\nAsk question to co-worker: Ask question to
|
things but instead explain them.\nAsk question to co-worker: Ask question to
|
||||||
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
co-worker(coworker: str, question: str, context: str) - Ask a specific question
|
||||||
|
|||||||
Reference in New Issue
Block a user