chore: run dotnet format
This commit is contained in:
@@ -98,4 +98,4 @@ public interface IAnthropicApiClient
|
||||
/// <param name="modelId">The ID of the model to get.</param>
|
||||
/// <returns>A task that represents the asynchronous operation. The task result contains the response as an <see cref="AnthropicResult{T}"/> where T is <see cref="AnthropicModel"/>.</returns>
|
||||
Task<AnthropicResult<AnthropicModel>> GetModelAsync(string modelId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user