ImportAgentFileResponse

Response for the AgentService.ImportAgentFile method.

JSON representation
{
  "agentFile": {
    object (AgentFile)
  }
}
Fields
agentFile

object (AgentFile)

The imported AgentFile.

AgentFile

Describes a file used internally by an agent as a context on each invocation.

JSON representation
{
  "name": string,
  "fileName": string,
  "mimeType": string
}
Fields
name

string

Identifier. The resource name of the file. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}/files/{file}

fileName

string

Required. The name of the file.

mimeType

string

Immutable. The content type of the file.