Files
GenAIExamples/WorkflowExecAgent/tools/tools.yaml
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

15 lines
433 B
YAML

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
workflow_executor:
description: "Starts a workflow with the given workflow id and params. Gets the output result of the workflow."
callable_api: tools.py:workflow_executor
args_schema:
workflow_id:
type: int
description: Workflow id
params:
type: dict
description: Workflow parameters.
return_output: workflow_data