GoogleCloudAiplatformV1FunctionResponseFileData
import type { GoogleCloudAiplatformV1FunctionResponseFileData } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";URI based data for function response.
interface GoogleCloudAiplatformV1FunctionResponseFileData {
displayName?: string;
fileUri?: string;
mimeType?: string;
}§Properties
§
displayName?: string
[src]Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.