convert nodes_openai.py to V3 schema (#10604)

This commit is contained in:
Alexander Piskun
2025-11-03 10:28:13 +02:00
committed by GitHub
parent 1f3f7a2823
commit e617cddf24
4 changed files with 482 additions and 708 deletions

View File

@@ -18,6 +18,8 @@ from .conversions import (
tensor_to_base64_string,
tensor_to_bytesio,
tensor_to_pil,
text_filepath_to_base64_string,
text_filepath_to_data_uri,
trim_video,
video_to_base64_string,
)
@@ -75,6 +77,8 @@ __all__ = [
"tensor_to_base64_string",
"tensor_to_bytesio",
"tensor_to_pil",
"text_filepath_to_base64_string",
"text_filepath_to_data_uri",
"trim_video",
"video_to_base64_string",
# Validation utilities