Stay organized with collections
Save and categorize content based on your preferences.
A file resource with a unique name that an agent can use to identify the file when sending messages.
JSON representation
{"name": string}
Fields
name
string
Server-assigned unique name of the file resource, which an agent can use to identify the file when sending messages. The format is "files/{uid}", where {uid} is a unique ID.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[[["A file resource is identified by a unique name."],["The `name` field is a server-assigned string that uniquely identifies the file."],["Agents use the `name` field to identify the specific file when sending messages."],["The format of the `name` field is \"files/{uid}\", where \"{uid}\" represents a unique ID."]]],[]]