feat(generate): export SentenceAssembler, SentencePlan, assemble_surface from __init__
This commit is contained in:
parent
9ee27e0792
commit
bab4790c10
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ from .dialogue import (
|
|||
trajectory_blade,
|
||||
)
|
||||
from .stream import generate, agenerate
|
||||
from .surface import SentenceAssembler, SentencePlan, assemble as assemble_surface
|
||||
|
||||
__all__ = [
|
||||
"DialogueRole",
|
||||
|
|
@ -29,4 +30,7 @@ __all__ = [
|
|||
"propose",
|
||||
"propose_dialogue",
|
||||
"trajectory_blade",
|
||||
"SentenceAssembler",
|
||||
"SentencePlan",
|
||||
"assemble_surface",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue