The whole hunk
from line 673, old and new numbered
/
lines
from line 673
673673 injectionLocation: ManagedAgentsInjectionLocationParams::with(header: true),
674674 ),
675675 );
676 if ($envVarCredential->auth instanceof ManagedAgentsEnvironmentVariableAuthResponse) {
676 if ($envVarCredential->auth instanceof \Anthropic\Beta\Vaults\Credentials\ManagedAgentsEnvironmentVariableAuthResponse) {
677677 $injectionLocation = $envVarCredential->auth->injectionLocation;
678678 echo 'header: ' . json_encode($injectionLocation->header) . "\n"; // header: true
679679 echo 'body: ' . json_encode($injectionLocation->body) . "\n"; // body: false