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: content/en-us/creator-programs/todays-picks-home.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,4 @@ Your amazing creations are what makes Roblox special, and we are thrilled to fea
23
23
24
24
If you wish to nominate your experience to be featured for Today's Picks, please complete the survey below. Our editorial team reviews nominations on an ongoing basis. Due to the high volume of applicants, only those selected for Today's Picks on Home will be notified. If you haven't heard back, we encourage you to fill out the form each time your experience has a notable update.
Copy file name to clipboardExpand all lines: content/en-us/reference/engine/classes/TextGenerator.yaml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -147,27 +147,23 @@ methods:
147
147
<th>Key Name</th>
148
148
<th>Data Type</th>
149
149
<th>Description</th>
150
-
<th>Required</th>
151
150
</tr>
152
151
</thead>
153
152
<tbody>
154
153
<tr>
155
154
<td><code>UserPrompt</code></td>
156
155
<td>string</td>
157
156
<td>Optional prompt from the user that initiates the chat. This could be a question, statement, or command that the user wants the model to respond to.</td>
158
-
<td>No</td>
159
157
</tr>
160
158
<tr>
161
159
<td><code>ContextToken</code></td>
162
160
<td>string</td>
163
161
<td>Prompt history context token containing a summarization of the previous prompt requests and responses in a conversation up to the current request. If no token is provided, a new token is generated and returned in the response. Providing a previously generated context token restores the conversation state into the current request.</td>
164
-
<td>No</td>
165
162
</tr>
166
163
<tr>
167
164
<td><code>MaxTokens</code></td>
168
165
<td>number</td>
169
166
<td>The maximum number of tokens in the response generated by the model, expected to be an integer whose value is at least <code>1</code>. This limits the length of the response, preventing overly long or incomplete answers. Non-integral numbers will be rounded to the nearest integer.</td>
0 commit comments