Source code for pipecat.services.openai_realtime_beta.frames
#
# Copyright (c) 2024–2025, Daily
#
# SPDX-License-Identifier: BSD 2-Clause License
#
from dataclasses import dataclass
from pipecat.frames.frames import DataFrame, FunctionCallResultFrame
[docs]
@dataclass
class RealtimeFunctionCallResultFrame(DataFrame):
result_frame: FunctionCallResultFrame