mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
ruff
This commit is contained in:
@@ -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))
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user