Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions markdown/ai-bootcamp/ai-bootcamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,9 @@ In this hands-on, we will simply define an agent yaml file with the basic config
1. Open that file and place the following content in the file
```yaml
log:
stdout_log_level: INFO
log_file_level: DEBUG
log_file: google_maps_mcp.log
stdout_log_level: INFO
log_file_level: DEBUG
log_file: google_maps_mcp.log

!include ../shared_config.yaml

Expand Down Expand Up @@ -668,4 +668,4 @@ docker restart sam-ent
podman restart sam-ent
```

Now navigate to your SAM instance on [http://localhost:8001/](http://localhost:8001/) and see the new agent added
Now navigate to your SAM instance on [http://localhost:8001/](http://localhost:8001/) and see the new agent added
Loading