[CHORE]: x: T = None to x: Optional[T] = None (#24217)
This commit is contained in:
parent
106ab7f2a8
commit
5ab6bc283c
14 changed files with 29 additions and 25 deletions
|
|
@ -402,7 +402,7 @@ class WorkflowConverter:
|
|||
)
|
||||
|
||||
role_prefix = None
|
||||
prompts: Any = None
|
||||
prompts: Optional[Any] = None
|
||||
|
||||
# Chat Model
|
||||
if model_config.mode == LLMMode.CHAT.value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue