Skip to content

Commit

Permalink
langgraph studio lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
Masstronaut committed Sep 19, 2024
1 parent e56285a commit c8367b0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/docs/tutorials/first-agent/5-iterate-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,26 +132,26 @@ Imagine that the agent was producing some weird or unexpected results, such as c

```json
"content": {
'location': {
'name': 'San Francisco',
'region': 'California',
'country': 'United States of America',
"location": {
"name": "San Francisco",
"region": "California",
"country": "United States of America",
},
'current': {
'temp_c': 17.8,
'temp_f': 64.0,
'condition': {
'text': 'Overcast',
"current": {
"temp_c": 17.8,
"temp_f": 64.0,
"condition": {
"text": "Overcast",
},
'humidity': 90,
'cloud': 100,
'feelslike_c': 17.8,
'feelslike_f': 64.0,
'windchill_c': 14.2,
'windchill_f': 57.5,
'vis_km': 16.0,
'vis_miles': 9.0,
'uv': 3.0,
"humidity": 90,
"cloud": 100,
"feelslike_c": 17.8,
"feelslike_f": 64.0,
"windchill_c": 14.2,
"windchill_f": 57.5,
"vis_km": 16.0,
"vis_miles": 9.0,
"uv": 3.0,
}
}
```
Expand Down

0 comments on commit c8367b0

Please sign in to comment.