Skip to content

Commit 5d56b0b

Browse files
committed
fix
1 parent 6dec500 commit 5d56b0b

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

src/docs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@
202202
"oss/local-server",
203203
"oss/ui",
204204
"oss/trace-agent",
205-
"oss/enable-tracing",
206205
"oss/evals"
207206
]
208207
},

src/oss/prebuilts.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ It allows you to explore the infrastructure of the agent as defined by the prese
6060
<div class="agent-graph-features-container">
6161
<div class="agent-graph-features">
6262
<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>
6767
</div>
6868
</div>
6969

7070
<div class="agent-graph-container">
7171
<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%' }}/>
7373
</div>
7474
</div>
7575

@@ -209,16 +209,16 @@ Use the following tool to visualize the graph generated by @[`createReactAgent`]
209209
<div class="agent-graph-features-container">
210210
<div class="agent-graph-features">
211211
<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>
216216
</div>
217217
</div>
218218

219219
<div class="agent-graph-container">
220220
<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%' }}/>
222222
</div>
223223
</div>
224224

0 commit comments

Comments
 (0)