Skip to content

Commit d7ff1c7

Browse files
linting
1 parent 10973f6 commit d7ff1c7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Agents/Agent.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ public function embed(string $text): array
135135
/**
136136
* Get embeddings for a batch of input texts using underlying adapter (if supported)
137137
*
138-
* @param array<int, string> $texts
139-
*
138+
* @param array<int, string> $texts
140139
* @return array{
141140
* embeddings: array<int, array<int, float>>,
142141
* tokensProcessed: int|null,

0 commit comments

Comments
 (0)