Files
Close All Files For Agent
client.agents.files.closeAll(stringagentID, RequestOptionsoptions?): FileCloseAllResponse
/v1/agents/{agent_id}/files/close-all
Open File For Agent
client.agents.files.open(stringfileID, FileOpenParams { agent_id } params, RequestOptionsoptions?): FileOpenResponse
/v1/agents/{agent_id}/files/{file_id}/open
Close File For Agent
client.agents.files.close(stringfileID, FileCloseParams { agent_id } params, RequestOptionsoptions?): FileCloseResponse
/v1/agents/{agent_id}/files/{file_id}/close
List Files For Agent
client.agents.files.list(stringagentID, FileListParams { after, before, cursor, 4 more } query?, RequestOptionsoptions?): NextFilesPage<FileListResponse { id, file_id, file_name, 7 more } >
/v1/agents/{agent_id}/files