We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10973f6 commit d7ff1c7Copy full SHA for d7ff1c7
1 file changed
src/Agents/Agent.php
@@ -135,8 +135,7 @@ public function embed(string $text): array
135
/**
136
* Get embeddings for a batch of input texts using underlying adapter (if supported)
137
*
138
- * @param array<int, string> $texts
139
- *
+ * @param array<int, string> $texts
140
* @return array{
141
* embeddings: array<int, array<int, float>>,
142
* tokensProcessed: int|null,
0 commit comments