conductor-checkpoint-msg_01Jk4ugkAqMs4iRYWwnaNAHR
This commit is contained in:
parent
73e31599ef
commit
2a76296426
1 changed files with 2 additions and 6 deletions
|
|
@ -40,13 +40,9 @@ class Preference(BaseModel):
|
||||||
Trigger patterns: "I want/like/prefer/choose X", "I don't want/dislike/avoid/reject Y", "X is better/worse", "rather have X than Y", "no X please", "skip X", "go with X instead", etc. Here, X or Y should be classified as Preference.
|
Trigger patterns: "I want/like/prefer/choose X", "I don't want/dislike/avoid/reject Y", "X is better/worse", "rather have X than Y", "no X please", "skip X", "go with X instead", etc. Here, X or Y should be classified as Preference.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
category: str = Field(
|
name: str = Field(..., description='The name or identifier of the preference')
|
||||||
...,
|
|
||||||
description="The category of the preference. (e.g., 'Brands', 'Food', 'Music')",
|
|
||||||
)
|
|
||||||
description: str = Field(
|
description: str = Field(
|
||||||
...,
|
..., description='Brief description of the preference and its context.'
|
||||||
description='Brief description of the preference. Only use information mentioned in the context to write this description.',
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue