ReqManagedAgents.Providers.BedrockAgentCore.HarnessSpec (ReqManagedAgents v0.9.1)

Copy Markdown View Source

Typed CreateHarness spec assembled by BedrockAgentCore.build_spec/2. environment is the opaque, provider-verbatim Environment.Spec.config passthrough (env vars live nested inside it, as the AWS API shapes them — there is no separate indexed field).

Summary

Types

t()

@type t() :: %ReqManagedAgents.Providers.BedrockAgentCore.HarnessSpec{
  environment: map() | nil,
  execution_role_arn: String.t(),
  model: String.t() | map() | nil,
  name: String.t(),
  system_prompt: String.t(),
  tools: [map()]
}