first commit -> move some files from one-api
This commit is contained in:
15
vendor/aws_sdk/Aws/BedrockAgentRuntime/BedrockAgentRuntimeClient.php
vendored
Normal file
15
vendor/aws_sdk/Aws/BedrockAgentRuntime/BedrockAgentRuntimeClient.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace Aws\BedrockAgentRuntime;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Agents for Amazon Bedrock Runtime** service.
|
||||
* @method \Aws\Result invokeAgent(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise invokeAgentAsync(array $args = [])
|
||||
* @method \Aws\Result retrieve(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise retrieveAsync(array $args = [])
|
||||
* @method \Aws\Result retrieveAndGenerate(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise retrieveAndGenerateAsync(array $args = [])
|
||||
*/
|
||||
class BedrockAgentRuntimeClient extends AwsClient {}
|
||||
9
vendor/aws_sdk/Aws/BedrockAgentRuntime/Exception/BedrockAgentRuntimeException.php
vendored
Normal file
9
vendor/aws_sdk/Aws/BedrockAgentRuntime/Exception/BedrockAgentRuntimeException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\BedrockAgentRuntime\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Agents for Amazon Bedrock Runtime** service.
|
||||
*/
|
||||
class BedrockAgentRuntimeException extends AwsException {}
|
||||
Reference in New Issue
Block a user