mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Implement DSL and documentation
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
|
||||
import json
|
||||
from functools import wraps
|
||||
from typing import Any, Callable
|
||||
from pydantic import validate_arguments, BaseModel
|
||||
from typing import Any, Callable, Optional, List, Type
|
||||
from pydantic import validate_arguments, BaseModel, create_model, Field
|
||||
|
||||
|
||||
def _remove_a_key(d, remove_key) -> None:
|
||||
|
||||
Reference in New Issue
Block a user