A generative assistant calls an inventory API when needed.
Control which external operations the model can use.
Which statement about agentic AI tool use is appropriate?
An agent can select a defined tool, call it with a validated schema, and use the result in a later response; permissions and validation remain necessary.
Detailed explanation
A tool definition and execution permission allow an agent to call an external function.
A tool definition and execution permission allow an agent to call an external function.
Tool access must be constrained by least privilege.
Tool access must be constrained by least privilege.
Tool results can be stale or erroneous and should be validated.
Tool results can be stale or erroneous and should be validated.
Tool invocation is different from model training.
Tool invocation is different from model training.
Try it yourself
An example you can run in a temporary verification environment.
Amazon Bedrock AgentsまたはBedrock AgentCoreの公式ドキュメントで、ツール呼び出しと権限の説明を確認する。Expected result
ツール定義・権限・入力出力の検証を、モデルの再学習と区別できる。Key points
- Tool invocation
- Least privilege
- Input and output validation
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.