You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file was auto-generated by Fern from our API Definition.
import typing_extensions
class FileRequestParams(typing_extensions.TypedDict):
id: typing_extensions.NotRequired[str]
"""
ID for an existing File.
"""
path: typing_extensions.NotRequired[str]
"""
Path of the File, including the name. This locates the File in the Humanloop filesystem and is used as as a unique identifier. For example: `folder/name` or just `name`.