Bedrock AgentCore Control > Structures > HarnessInlineFunctionConfig HarnessInlineFunctionConfig¶ Structure Class¶ HarnessInlineFunctionConfig dataclass ¶ Configuration for an inline function tool. When the agent calls this tool, the tool call is returned to the caller for external execution. Attributes¶ description class-attribute instance-attribute ¶ description: str = field(repr=False) Description of what the tool does, provided to the model. input_schema class-attribute instance-attribute ¶ input_schema: Document = field(repr=False) JSON Schema describing the tool's input parameters.