We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dc222 commit 1956f9fCopy full SHA for 1956f9f
src/platform/src/Bridge/Mistral/Llm/ResultConverter.php
@@ -152,7 +152,7 @@ private function isToolCallsStreamFinished(array $data): bool
152
153
/**
154
* @param array{
155
- * index: integer,
+ * index: int,
156
* message: array{
157
* role: 'assistant',
158
* content: ?string,
src/platform/src/Bridge/OpenAI/GPT/ResultConverter.php
@@ -149,7 +149,7 @@ private function isToolCallsStreamFinished(array $data): bool
149
150
151
0 commit comments