InlineAgentConfiguration#

class langchain_aws.agents.types.InlineAgentConfiguration[source]#

Configurations for an Inline Agent.

foundation_model: str#
instruction: str#
enable_trace: bool | None#
tools: List[BaseTool]#
enable_human_input: bool | None#
enable_code_interpreter: bool | None#
customer_encryption_key_arn: str | None#
idle_session_ttl_in_seconds: int | None#
guardrail_configuration: GuardrailConfiguration | None#
knowledge_bases: KnowledgebaseConfiguration | None#
prompt_override_configuration: Dict | None#
inline_session_state: Dict | None#