Skip to content

Commit e263bd6

Browse files
committed
feat: add 'system' to Maestro message role
1 parent 797b8ac commit e263bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai21/models/maestro/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from ai21.models.ai21_base_model import AI21BaseModel
66

77
Budget = Literal["low", "medium", "high"]
8-
Role = Literal["user", "assistant"]
8+
Role = Literal["user", "assistant", "system"]
99
RunStatus = Literal["completed", "failed", "in_progress", "requires_action"]
1010
OutputOptions = Literal["data_sources", "requirements_result"]
1111
PrimitiveTypes = Union[Type[str], Type[int], Type[float], Type[bool]]

0 commit comments

Comments
 (0)