File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai/type Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -157,14 +157,7 @@ internal constructor(
157
157
}
158
158
}
159
159
160
- /* *
161
- * Represents function call name and params received from requests.
162
- *
163
- * @param name the name of the function to call
164
- * @param args the function parameters and values as a [Map]
165
- * @param id Unique id of the function call. If present, the returned [FunctionResponsePart] should
166
- * have a matching `id` field.
167
- */
160
+ /* * Represents function call name and params received from requests. */
168
161
public class FunctionCallPart
169
162
internal constructor (
170
163
public val name: String ,
@@ -174,6 +167,12 @@ internal constructor(
174
167
internal val thoughtSignature: String?
175
168
) : Part {
176
169
170
+ /* *
171
+ * @param name the name of the function to call
172
+ * @param args the function parameters and values as a [Map]
173
+ * @param id Unique id of the function call. If present, the returned [FunctionResponsePart]
174
+ * should have a matching `id` field.
175
+ */
177
176
@JvmOverloads
178
177
public constructor (
179
178
name: String ,
You can’t perform that action at this time.
0 commit comments