Will Udstrand
Will Udstrand
I am using the `@monaco-editor/react` at the moment so I guess I need to transition over to `react-monaco-editor` library. Do I need to use web pack with this component? Here...
Here is what I have so far. I am seeing an `Uncaught Error: Missing service editorService` error now.  ```typescript import React, {useState} from 'react'; import {toSocket, WebSocketMessageReader, WebSocketMessageWriter} from...
Any update on this issue?
[Forum Discussion](https://discourse.jupyter.org/t/jupyter-server-api-requests-rejected-due-to-multiple-values-for-access-control-allow-origin-header/17179/1)
@ccurme do you know the status of this bug? I am primarily running into issues with the example 3 situation. I have tried specifying the `end_on=("human", "tool")` parameter, but I...
@ccurme this will still be a problem is a select number of cases where the trim messages function removes a tool call response from the chat window which is not...