SoftCreatR/php-mistral-ai-sdk

View on GitHub
examples/MistralAIFactory.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Method request has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

public static function request(string $method, array $parameters = [], ?callable $streamCallback = null): void
{
$mistralAI = self::create();
 
try {
Severity: Minor
Found in examples/MistralAIFactory.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status