| AddFeedbackRequest | The request message containing a question, its feedback, and type of feedback |
| AddFeedbackResponse | The response message containing the feedback + question + feedback type |
| AddFilesRequest | The request message containing a list of files to be uploaded to RAG |
| AddFilesResponse | The response message streamed back as a file is uploaded |
| BaseSettings | |
| ChatRequest | The request message for the chat. |
| ChatResponse | The response message for the chat. |
| CheckHealthRequest | The request message containing a placeholder in case we need to send data |
| CheckHealthResponse | The response message containing the status of the system |
| ClientDisconnectedRequest | The request message when a client disconnects |
| ClientDisconnectedResponse | The response message when a client disconnects |
| ConfigurationLoader | |
| Constants | |
| ConversationHistory | The request message for the chat. |
| ConvertModelRequest | |
| ConvertModelResponse | |
| DownloadFilesRequest | The request message containing list of models to download (if none, download missing) |
| DownloadFilesResponse | The response message containing a list of models actually downloaded |
| DownloadServiceProviderSettings | |
| EndpointDefaultsSettings | |
| ExportUserConfigRequest | Request message for exporting user configuration |
| ExportUserConfigResponse | Response message for exporting user configuration |
| GetChatHistoryRequest | The request message (currently empty) |
| GetChatHistoryResponse | The response message which returns all chat messages |
| GetClientConfigRequest | The request message containing the user's name. |
| GetClientConfigResponse | The response message containing the greetings. |
| GetFileListRequest | The request message which currently contains nothing (but might be needed in the future) |
| GetFileListResponse | The response message containing list of all files found in document store |
| ImportUserConfigRequest | Request message for importing user configuration |
| ImportUserConfigResponse | Response message for importing user configuration |
| KestrelSettings | |
| LoadModelsRequest | |
| LoadModelsResponse | |
| LoggingSettings | |
| LogLevelSettings | |
| PythonLlmProviderSettings | |
| RemoveFilesRequest | The request message containing a list of files to be removed from RAG |
| RemoveFilesResponse | The response message containing list of all files successfully removed from RAG |
| RemoveSessionRequest | |
| RemoveSessionResponse | |
| SayHelloRequest | The request message containing the user's name. |
| SayHelloResponse | The response message containing the greetings. |
| SetActiveAssistantRequest | |
| SetActiveAssistantResponse | |
| SetAssistantViewModelRequest | |
| SetAssistantViewModelResponse | |
| SetModelsRequest | The request message which tells the backend which models to set |
| SetModelsResponse | The response message of the models that were set |
| SetParametersRequest | A bunch of optional parameters to set, leaving blank is the same as not changing |
| SetParametersResponse | Response of setting the parameters, nothing for now |
| SetSessionNameRequest | |
| SetSessionNameResponse | |
| SetUserConfigViewModelRequest | |
| SetUserConfigViewModelResponse | |
| SetVectorDBRequest | |
| SetVectorDBResponse | |
| SqliteConfigServiceSettings | |
| StopAddFilesRequest | |
| StopAddFilesResponse | |
| StopChatRequest | |
| StopChatResponse | |
| SuperBuilder | The greeting service definition. |
| SuperBuilderSuperBuilderBase | Base class for server-side implementations of SuperBuilder |
| SuperbuilderReflection | Holder for reflection information generated from Protos/superbuilder.proto |
| UnloadModelsRequest | The request message which tells the backend which models to unload (true means unload) |
| UnloadModelsResponse | The response message of the models that were unloaded |
| UploadModelRequest | |
| UploadModelResponse | |
| UserConfigContextSettings |