diff --git a/python/outlines_core/fsm/outlines_core_rs.pyi b/python/outlines_core/fsm/outlines_core_rs.pyi index a65676d5..6d58d3b5 100644 --- a/python/outlines_core/fsm/outlines_core_rs.pyi +++ b/python/outlines_core/fsm/outlines_core_rs.pyi @@ -90,7 +90,7 @@ class Vocabulary: class Index: def get_allowed_tokens(self, state: int) -> List[int]: """ - Return the next instruction for guided generation. + Return allowed in this state. """ ... def get_next_state(self, state: int, token_id: int) -> Optional[int]: