Skip to content

Commit c6014d8

Browse files
committed
Add newlines at end of files after rebase
1 parent af52ad3 commit c6014d8

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
"sort-packages": true
1818
}
1919
}
20+

examples/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ function perplexity_print_citations(Metadata $metadata): void
140140
echo \PHP_EOL;
141141
}
142142
}
143+

examples/multi-agent/orchestrator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@
7272
);
7373
$result = $multiAgent->call($messages);
7474
echo substr($result->getContent(), 0, 300).'...'.\PHP_EOL;
75+

src/agent/src/MultiAgent/MultiAgent.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,4 @@ private function getAgent(string $agentName): AgentInterface
199199
throw new RuntimeException(\sprintf('Agent with name "%s" not found.', $agentName));
200200
}
201201
}
202+

0 commit comments

Comments
 (0)