mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-21 15:49:15 +01:00
fd290a0651
* wip * make it work * error handling and retry on an invalid stateful marker * Basic statefulMarker round-trip * add createRequestBody on endpoints * adopt createRequestBody in responses * adopt generalized audience Adopts https://github.com/microsoft/vscode/pull/259273 * Slice messages array based on stateful marker data * Send statefulMarker via LanguageModelDataPart * Stateful marker container value is not JSON * Properly ignore stateful marker when requested * add setting for byok responses api, log view * encode model with stateful marker * Add setting to toggle responses api truncation vs our summarization * Fix AutoChatEndpoint after merge * vitest * fixup * Try enabling response for azure --------- Co-authored-by: Connor Peet <connor@peet.io> Co-authored-by: Logan Ramos <loganramos@microsoft.com>