forked from phoenix-oss/llama-stack-mirror
update doc
This commit is contained in:
parent
4f6f0f6a91
commit
772339bebf
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ from llama_stack.schema_utils import json_schema_type, register_schema, webmetho
|
|||
|
||||
class DatasetPurpose(Enum):
|
||||
"""
|
||||
Purpose of the dataset. Each type has a different column format.
|
||||
Purpose of the dataset. Each purpose has a required input data schema.
|
||||
|
||||
:cvar post-training/messages: The dataset contains messages used for post-training. Examples:
|
||||
{
|
||||
"messages": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue