package
0.0.0-20240728205427-b42303322f8e
Repository: https://github.com/d0rc/agent-os.git
Documentation: pkg.go.dev
# Structs
ChangeDocumentTagsRequest represents a request to change the tags of a document.
ChangeDocumentTagsResponse represents a response for a change document tags request.
CheckDocumentStatusRequest represents a request to check the status of a document.
CheckDocumentStatusResponse represents a response for a document status check request.
ClientRequest represents a generic request from the client, encapsulating all specific requests.
Document represents a document with an ID, name, tags, and other metadata.
ListDocumentsRequest represents a request to list documents, optionally filtered by tags or name.
ListDocumentsResponse represents a response for a list documents request.
LoginRequest represents a request for user login.
LoginResponse represents a response for a login request.
SearchDocumentsRequest represents a request to search documents by a text string.
SearchDocumentsResponse represents a response for a search documents request.
ServerResponse represents a generic response from the server, encapsulating all specific responses.
UploadDocumentRequest represents a request to upload a document.
UploadDocumentResponse represents a response for a document upload request.