Files
GenAIExamples/WorkflowExecAgent/tools/custom_prompt.py
JoshuaL3000 bf5c391e47 Add Workflow Executor Example (#892)
Signed-off-by: JoshuaL3000 <joshua.jian.ern.liew@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-10-31 20:50:20 -05:00

10 lines
329 B
Python

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
REACT_SYS_MESSAGE = """\
You are a helpful assistant. You are to start the workflow using the tool provided.
After the workflow is completed, you will use the output data to answer the user's original question in a one short sentence.
Now begin!
"""