AmazonBedrockLanguageModel
AiModels
Configuration
withConfigOverride
Added in v1.0.0
Source
Signature
declare const withConfigOverride: {
(config: Service): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, R>;
<A, E, R>(self: Effect<A, E, R>, config: Service): Effect<A, E, R>;
};Constructors
Context
Layers
Models
Other
Provider Options
AmazonBedrockReasoningInfo type
Added in v1.0.0
Source
Signature
type AmazonBedrockReasoningInfo =
| {
readonly signature: string;
readonly type: "thinking";
}
| {
readonly redactedData: string;
readonly type: "redacted_thinking";
};