AWS nova documentation change
Summary
Fixed CLI command formatting by removing spaces in JSON payload structure
Security assessment
Change only modifies JSON syntax formatting in an example command without altering functionality or addressing security aspects
Diff
diff --git a/nova/latest/nova2-userguide/getting-started-api.md b/nova/latest/nova2-userguide/getting-started-api.md index 1425219f8..181a846c0 100644 --- a//nova/latest/nova2-userguide/getting-started-api.md +++ b//nova/latest/nova2-userguide/getting-started-api.md @@ -121 +121 @@ To generate a response for a text prompt in Nova 2 Lite by using the AWS CLI, ru - --messages '[{"role": "user", "content": [{"text": "Write a short poem"}]}]' + --messages '[{"role":"user","content":[{"text":"Write a short poem"}]}]' \