diff --git a/outlines/integrations/utils.py b/outlines/integrations/utils.py index 2c06513a6..330d9a357 100644 --- a/outlines/integrations/utils.py +++ b/outlines/integrations/utils.py @@ -77,7 +77,7 @@ def convert_json_schema_to_str(json_schema: Union[dict, str, Type[BaseModel]]) - Returns ------- str - The regular expression. + The JSON schema converted to a string. Raises ------