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
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
/// <summary>/// Use the LeMUR task endpoint to input your own LLM prompt./// </summary>/// <example>/// <code>/// await client.Lemur.TaskAsync(/// new LemurTaskParams/// {/// TranscriptIds = new List<string>() { "64nygnr62k-405c-4ae8-8a6b-d90b40ff3cce" },/// Context = "This is an interview about wildfires.",/// FinalModel = LemurModel.Default,/// MaxOutputSize = 3000,/// Temperature = 0f,/// Prompt = "List all the locations affected by wildfires.",/// }/// );/// </code>/// </example>publicasyncTask<LemurTaskResponse>TaskAsync(LemurTaskParamsrequest,RequestOptions?options=null,CancellationTokencancellationToken=default)
The greater than and smaller than symbol in <string> is causing XML parsing issues leading to IDEs not able to read the XML doc comments.