chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
|
||||
from semantic_kernel.kernel_pydantic import KernelBaseModel
|
||||
from semantic_kernel.processes.kernel_process.kernel_process_function_target import KernelProcessFunctionTarget
|
||||
from semantic_kernel.utils.feature_stage_decorator import experimental
|
||||
|
||||
|
||||
@experimental
|
||||
class KernelProcessEdge(KernelBaseModel):
|
||||
"""Represents an edge between steps."""
|
||||
|
||||
source_step_id: str
|
||||
output_target: KernelProcessFunctionTarget
|
||||
Reference in New Issue
Block a user