This commit is contained in:
Jason Liu
2023-10-24 15:08:44 -04:00
parent 3ecc25495f
commit 840cd63953
26 changed files with 424 additions and 54 deletions
+1 -2
View File
@@ -1,5 +1,6 @@
from instructor import OpenAISchema, dsl
from pydantic import Field
import json
class SearchQuery(OpenAISchema):
@@ -31,9 +32,7 @@ task = (
)
| SearchResponse
)
import pprint
import json
print(json.dumps(task.kwargs, indent=1))
"""