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>
10 lines
329 B
Python
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!
|
|
"""
|