@@ -60,16 +60,16 @@ It allows you to explore the infrastructure of the agent as defined by the prese
60
60
<div class = " agent-graph-features-container" >
61
61
<div class = " agent-graph-features" >
62
62
<h3 class = " agent-section-title" >Features</h3 >
63
- <label ><input type = " checkbox" id = " tools" checked > <code >tools</code ></label >
64
- <label ><input type = " checkbox" id = " pre_model_hook" > <code >pre_model_hook</code ></label >
65
- <label ><input type = " checkbox" id = " post_model_hook" > <code >post_model_hook</code ></label >
66
- <label ><input type = " checkbox" id = " response_format" > <code >response_format</code ></label >
63
+ <label ><input type = " checkbox" id = " tools" checked ></ input > <code >tools</code ></label >
64
+ <label ><input type = " checkbox" id = " pre_model_hook" ></ input > <code >pre_model_hook</code ></label >
65
+ <label ><input type = " checkbox" id = " post_model_hook" ></ input > <code >post_model_hook</code ></label >
66
+ <label ><input type = " checkbox" id = " response_format" ></ input > <code >response_format</code ></label >
67
67
</div >
68
68
</div >
69
69
70
70
<div class = " agent-graph-container" >
71
71
<h3 class = " agent-section-title" >Graph</h3 >
72
- <img id = " agent-graph-img" src = " ../assets/react_agent_graphs/0001.svg" alt = " graph image" style = " max-width: 100%; " />
72
+ <img id = " agent-graph-img" src = " ../assets/react_agent_graphs/0001.svg" alt = " graph image" style = { { maxWidth: ' 100%' } } />
73
73
</div >
74
74
</div >
75
75
@@ -209,16 +209,16 @@ Use the following tool to visualize the graph generated by @[`createReactAgent`]
209
209
< div class = " agent-graph-features-container" >
210
210
< div class = " agent-graph-features" >
211
211
< h3 class = " agent-section-title" > Features< / h3>
212
- < label>< input type = " checkbox" id = " tools" checked> < code> tools< / code>< / label>
213
- < label>< input type = " checkbox" id = " preModelHook" > < code> preModelHook< / code>< / label>
214
- < label>< input type = " checkbox" id = " postModelHook" > < code> postModelHook< / code>< / label>
215
- < label>< input type = " checkbox" id = " responseFormat" > < code> responseFormat< / code>< / label>
212
+ < label>< input type = " checkbox" id = " tools" checked>< / input > < code> tools< / code>< / label>
213
+ < label>< input type = " checkbox" id = " preModelHook" >< / input > < code> preModelHook< / code>< / label>
214
+ < label>< input type = " checkbox" id = " postModelHook" >< / input > < code> postModelHook< / code>< / label>
215
+ < label>< input type = " checkbox" id = " responseFormat" >< / input > < code> responseFormat< / code>< / label>
216
216
< / div>
217
217
< / div>
218
218
219
219
< div class = " agent-graph-container" >
220
220
< h3 class = " agent-section-title" > Graph< / h3>
221
- < img id = " agent-graph-img" src = " ../assets/react_agent_graphs/0001.svg" alt = " graph image" style = " max-width: 100%; " / >
221
+ < img id = " agent-graph-img" src = " ../assets/react_agent_graphs/0001.svg" alt = " graph image" style = {{ maxWidth: ' 100%' }} / >
222
222
< / div>
223
223
< / div>
224
224
0 commit comments