Skip to content

Commit e2895cf

Browse files
committed
add check code
1 parent 82fb5cd commit e2895cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/core/component.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ class Plan(BaseModel, extra='allow'):
127127
# deprecated parameters, delete when dte agent update
128128
detail: str = Field(default="", description="计划详情")
129129
steps: list[PlanStep] = Field(default=[], description="步骤列表")
130+
# this is check pr
130131

131132

132133
class FunctionCall(BaseModel, extra='allow'):

0 commit comments

Comments
 (0)