Spaces:
Sleeping
Sleeping
Update oai/oai_extractor.py
Browse files- oai/oai_extractor.py +4 -1
oai/oai_extractor.py
CHANGED
@@ -75,4 +75,7 @@ class OAIExtractor(Extractor):
|
|
75 |
|
76 |
contents.append(Content.from_text(response_content))
|
77 |
|
78 |
-
return contents
|
|
|
|
|
|
|
|
75 |
|
76 |
contents.append(Content.from_text(response_content))
|
77 |
|
78 |
+
return contents
|
79 |
+
|
80 |
+
def sample_input(self) -> Content:
|
81 |
+
return Content.from_text("Hello world, I am a good boy.")
|