fix: remove list of list tests, no longer relevant after #1161 (#1205)

# What does this PR do?

#1161 updated the embedding signature making the nested list tests
irrelevant
This commit is contained in:
Matthew Farrellee 2025-02-21 10:07:35 -06:00 committed by GitHub
parent d2701b0d6a
commit 46da187c07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,6 @@
# - array of a string
# - array of a image (ImageContentItem, either URL or base64 string)
# - array of a text (TextContentItem)
# - array of array of texts, images, or both
# Types of output:
# - list of list of floats
#
@ -23,9 +22,6 @@
# - empty string
# - empty text
# - empty image
# - list of empty texts
# - list of empty images
# - list of empty texts and images
# - long
# - long string
# - long text
@ -36,7 +32,6 @@
# - invalid
# - invalid URL
# - invalid base64
# - list of list of strings
#
# Notes:
# - use llama_stack_client fixture