Will Udstrand

Results 9 comments of 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. ![Capture](https://user-images.githubusercontent.com/10553702/186466045-d3b54f11-4216-4d0c-ac66-54c0e4e6bd74.PNG) ```typescript import React, {useState} from 'react'; import {toSocket, WebSocketMessageReader, WebSocketMessageWriter} from...

[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...