add_mix_content_capability #2

Merged
ton merged 25 commits from add_mix_content_capability into main 2026-02-19 12:27:59 +00:00
Showing only changes of commit 4e32a958ea - Show all commits

View File

@@ -28,7 +28,7 @@
# [(dataname1, data1, type1), (dataname2, data2, type2), ...] # [(dataname1, data1, type1), (dataname2, data2, type2), ...]
# #
# # Output format for smartreceive (always returns a list of tuples) # # Output format for smartreceive (always returns a list of tuples)
# [(dataname1, data1), (dataname2, data2), ...] # [(dataname1, data1, type1), (dataname2, data2, type2), ...]
# ``` # ```
# #
# Supported types: "text", "dictionary", "table", "image", "audio", "video", "binary" # Supported types: "text", "dictionary", "table", "image", "audio", "video", "binary"