You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/game_sdk/hosted_game/agent.py
+19-9Lines changed: 19 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,6 @@ class ContentLLMTemplate:
164
164
top_p: float=0.7
165
165
repetition_penalty: float=1.0
166
166
type: str=None
167
-
taskDescription: str=None
168
167
isSandbox: bool=False
169
168
170
169
def_validate_fields(self):
@@ -190,11 +189,7 @@ def _validate_fields(self):
190
189
self.type=self.template_type
191
190
self.isSandbox=False
192
191
self.userPrompt=self.user_promptor""
193
-
194
-
# Additional settings for REPLY only
195
-
ifself.template_type=="REPLY":
196
-
self.taskDescription=self.taskDescriptionor"Process incoming tweet. Ignore if it is boring or unimportant. Ignore if the conversation has gone too long."
0 commit comments