File tree Expand file tree Collapse file tree 8 files changed +6
-102
lines changed
src/Bridge/Bedrock/Anthropic
tests/Bridge/Bedrock/Anthropic Expand file tree Collapse file tree 8 files changed +6
-102
lines changed Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- use Symfony \AI \Platform \Bridge \Bedrock \ Anthropic \Claude ;
12+ use Symfony \AI \Platform \Bridge \Anthropic \Claude ;
1313use Symfony \AI \Platform \Bridge \Bedrock \PlatformFactory ;
1414use Symfony \AI \Platform \Message \Message ;
1515use Symfony \AI \Platform \Message \MessageBag ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- use Symfony \AI \Platform \Bridge \Bedrock \ Anthropic \Claude ;
12+ use Symfony \AI \Platform \Bridge \Anthropic \Claude ;
1313use Symfony \AI \Platform \Bridge \Bedrock \PlatformFactory ;
1414use Symfony \AI \Platform \Message \Content \Image ;
1515use Symfony \AI \Platform \Message \Message ;
Original file line number Diff line number Diff line change 1313use Symfony \AI \Agent \Toolbox \AgentProcessor ;
1414use Symfony \AI \Agent \Toolbox \Tool \Wikipedia ;
1515use Symfony \AI \Agent \Toolbox \Toolbox ;
16- use Symfony \AI \Platform \Bridge \Bedrock \ Anthropic \Claude ;
16+ use Symfony \AI \Platform \Bridge \Anthropic \Claude ;
1717use Symfony \AI \Platform \Bridge \Bedrock \PlatformFactory ;
1818use Symfony \AI \Platform \Message \Message ;
1919use Symfony \AI \Platform \Message \MessageBag ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414use AsyncAws \BedrockRuntime \BedrockRuntimeClient ;
1515use AsyncAws \BedrockRuntime \Input \InvokeModelRequest ;
1616use AsyncAws \BedrockRuntime \Result \InvokeModelResponse ;
17+ use Symfony \AI \Platform \Bridge \Anthropic \Claude ;
1718use Symfony \AI \Platform \Bridge \Bedrock \RawBedrockResult ;
1819use Symfony \AI \Platform \Exception \RuntimeException ;
1920use Symfony \AI \Platform \Model ;
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \AI \Platform \Bridge \Bedrock \Anthropic ;
1313
14+ use Symfony \AI \Platform \Bridge \Anthropic \Claude ;
1415use Symfony \AI \Platform \Bridge \Bedrock \RawBedrockResult ;
1516use Symfony \AI \Platform \Exception \RuntimeException ;
1617use Symfony \AI \Platform \Model ;
Original file line number Diff line number Diff line change 1515use AsyncAws \Core \Test \ResultMockFactory ;
1616use PHPUnit \Framework \Attributes \TestDox ;
1717use PHPUnit \Framework \TestCase ;
18- use Symfony \AI \Platform \Bridge \Bedrock \ Anthropic \Claude ;
18+ use Symfony \AI \Platform \Bridge \Anthropic \Claude ;
1919use Symfony \AI \Platform \Bridge \Bedrock \Anthropic \ClaudeResultConverter ;
2020use Symfony \AI \Platform \Bridge \Bedrock \RawBedrockResult ;
2121use Symfony \AI \Platform \Exception \RuntimeException ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments