add diagnostics meta
parent
e01afb407c
commit
59d43fa5da
|
|
@ -38,6 +38,7 @@ function App() {
|
|||
const [state, setState] = useState(initial)
|
||||
const [input, setInput] = useState("")
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
fetch("http://localhost:16713/event")
|
||||
.then(stream => {
|
||||
|
|
|
|||
|
|
@ -132,6 +132,9 @@ export const edit = Tool.define({
|
|||
}
|
||||
|
||||
return {
|
||||
metadata: {
|
||||
diagnostics,
|
||||
},
|
||||
output,
|
||||
};
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue