examples/MistralAIFactory.php
Showing 0 of 1 total issue
Method request
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
public static function request(string $method, array $parameters = [], ?callable $streamCallback = null): void { $mistralAI = self::create(); try {