chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
from typing import List
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class DictGuide(BaseModel):
|
||||
key: str
|
||||
|
||||
|
||||
class ListGuide(BaseModel):
|
||||
index: int
|
||||
|
||||
|
||||
class JsonPathGuide(BaseModel):
|
||||
guides: List[DictGuide | ListGuide]
|
||||
Reference in New Issue
Block a user