Files
llmx/codex-cli/src/utils
Pranav 19262f632f fix: guard against missing choices (#817)
- Fixes guard by using optional chaining to safely check
chunk.choices?.[0] before accessing.
- Currently, accessing chunk.choices[0] without checking could throw if
choices was missing from the chunk.
2025-05-10 16:16:19 -07:00
..
2025-04-16 12:56:08 -04:00
2025-04-16 12:56:08 -04:00
2025-04-16 12:56:08 -04:00
2025-05-10 15:57:49 -07:00
2025-05-09 18:11:32 -07:00
2025-04-16 12:56:08 -04:00