File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ composer require premieroctet/php-stream-protocol
2222### Basic Usage
2323
2424``` php
25- use App \StreamProtocol\StreamProtocol;
25+ use PremierOctet \StreamProtocol\StreamProtocol;
2626use OpenAI;
2727
2828// Create a new StreamProtocol instance
@@ -53,7 +53,7 @@ public function chat(Request $request): Response
5353### Advanced Usage with Custom Tools
5454
5555``` php
56- use App \StreamProtocol\StreamProtocol;
56+ use PremierOctet \StreamProtocol\StreamProtocol;
5757
5858class ChatController
5959{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace App \StreamProtocol \Message ;
3+ namespace PremierOctet \StreamProtocol \Message ;
44
55/**
66 * ClientAttachment - Represents a file attachment in a message
Original file line number Diff line number Diff line change 11<?php
22
3- namespace App \StreamProtocol \Message ;
3+ namespace PremierOctet \StreamProtocol \Message ;
44
55/**
66 * ClientMessage - Represents a message from the client
Original file line number Diff line number Diff line change 11<?php
22
3- namespace App \StreamProtocol \Message ;
3+ namespace PremierOctet \StreamProtocol \Message ;
44
55/**
66 * ToolInvocation - Represents a tool call and its result
Original file line number Diff line number Diff line change 11<?php
22
3- namespace App \StreamProtocol ;
3+ namespace PremierOctet \StreamProtocol ;
44
5- use App \StreamProtocol \Message \ClientMessage ;
5+ use PremierOctet \StreamProtocol \Message \ClientMessage ;
66
77/**
88 * MessageConverter - Converts messages between different formats
Original file line number Diff line number Diff line change 11<?php
22
3- namespace App \StreamProtocol ;
3+ namespace PremierOctet \StreamProtocol ;
44
55use Symfony \Component \HttpFoundation \StreamedResponse ;
66
Original file line number Diff line number Diff line change 11<?php
22
3- namespace App \StreamProtocol ;
3+ namespace PremierOctet \StreamProtocol ;
44
5- use App \StreamProtocol \Message \ClientMessage ;
5+ use PremierOctet \StreamProtocol \Message \ClientMessage ;
66use Symfony \Component \HttpFoundation \StreamedResponse ;
77
88/**
You can’t perform that action at this time.
0 commit comments