mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 11:30:37 +00:00
experimental: docstrings update (#18048)
Added missed docstrings. Formatted docsctrings to the consistent format.
This commit is contained in:
@@ -9,7 +9,7 @@ from langchain_core.language_models import BaseLanguageModel
|
||||
|
||||
|
||||
class SyntheticDataGenerator(BaseModel):
|
||||
"""Generates synthetic data using the given LLM and few-shot template.
|
||||
"""Generate synthetic data using the given LLM and few-shot template.
|
||||
|
||||
Utilizes the provided LLM to produce synthetic data based on the
|
||||
few-shot prompt template.
|
||||
|
Reference in New Issue
Block a user