(requestID string)
| 701 | } |
| 702 | |
| 703 | func (a *copilotRequestAdapter) removePending(requestID string) { |
| 704 | a.mu.Lock() |
| 705 | delete(a.pending, requestID) |
| 706 | a.mu.Unlock() |
| 707 | } |
| 708 | |
| 709 | func decodeChunkData(data string, binary bool) ([]byte, error) { |
| 710 | if binary { |