conductor-checkpoint-msg_01NLStrCDq7HZJy3pKyGSqxM
This commit is contained in:
parent
2a76296426
commit
a9f31e37d8
1 changed files with 1 additions and 4 deletions
|
|
@ -40,10 +40,7 @@ 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.
|
||||
"""
|
||||
|
||||
name: str = Field(..., description='The name or identifier of the preference')
|
||||
description: str = Field(
|
||||
..., description='Brief description of the preference and its context.'
|
||||
)
|
||||
...
|
||||
|
||||
|
||||
class Procedure(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue