mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
typo
This commit is contained in:
@@ -30,7 +30,7 @@ def md_to_df(data: Any) -> Any:
|
||||
return data
|
||||
|
||||
MarkdownDataFrame = Annotated[
|
||||
InstanceOf(pd.DataFrame),
|
||||
InstanceOf[pd.DataFrame],
|
||||
BeforeValidator(md_to_df),
|
||||
PlainSerializer(lambda df: df.to_markdown()),
|
||||
WithJsonSchema(
|
||||
|
||||
Reference in New Issue
Block a user