schemaToGeminiParameters<
RunOutput extends Record<string, any> = Record<string, any>
>(
schema: JsonSchema7Type | SerializableSchema<RunOutput> | InteropZodType<RunOutput>
): GeminiFunctionSchema| Name | Type | Description |
|---|---|---|
schema* | JsonSchema7Type | SerializableSchema<RunOutput> | InteropZodType<RunOutput> |