Added swagger decoration, reorganized controller elements for better clarity, renamed entity index endpoint for better clarity
This commit is contained in:
@@ -22,6 +22,12 @@ public class ServerController : ControllerBase
|
||||
_aIProvider = aIProvider;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Lists the models available to the server
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Returns ALL models available to the server - not only the embedding models.
|
||||
/// </remarks>
|
||||
[HttpGet("Models")]
|
||||
public ActionResult<ServerGetModelsResult> GetModels()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user