Skip to content

Commit

Permalink
Update validator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SLR722 authored Jan 13, 2025
1 parent 9b4d330 commit 5a9a056
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from llama_stack.apis.common.type_system import ChatCompletionInputType, StringType
from llama_stack.apis.common.type_system import (
ChatCompletionInputType,
DialogType,
StringType,
)
from llama_stack.apis.datasets import Datasets
from llama_stack.providers.utils.common.data_schema_validator import (
ColumnName,
Expand All @@ -25,7 +29,7 @@
],
"dialog": [
{
ColumnName.dialog.value: StringType(),
ColumnName.dialog.value: DialogType(),
}
],
}
Expand Down

0 comments on commit 5a9a056

Please sign in to comment.