Richard He

Results 6 issues of Richard He

Support variables like `workspaceFolder` in path like config

### Describe the issue While running GTest from JNI, we may need to `CaptureStdout` to a file and redirect to logcat. Right now it uses `/data/local/tmp/`, which is writeable when...

Hi, I'm using `createReplyChain` to send messages to a new chain (in the channel). ```typescript const activity = { type: ActivityTypes.Message, attachments: [{ contentType: 'application/vnd.microsoft.card.adaptive', content: buildFeedbackDialog(message), }], } as...

The `graph` may not be ready when we try to access it for the first time. Sometimes the code returned by LLM (gpt4o for example), especially the first line `graph...