gadget/gadget-drone/src/services
Rob Colbert 140c8a75ee add numCtx (Context Window) setting to SESSION panel
- IChatSession/IChatTurn interfaces: add optional numCtx field
- Mongoose schemas: add numCtx field to ChatSession and ChatTurn
- API controller: validate numCtx (>=16384, multiple of 8192)
- ChatSessionService: persist numCtx on session, pass through to turn
- SessionPanel: add range slider for Context Window (hidden for OpenAI)
- Drone buildDroneModelConfig: prefer turn.numCtx over model defaults
2026-05-15 16:02:22 -04:00
..
agent.test.ts OpenAI API tool call processing fixes/correctness 2026-05-12 14:39:44 -04:00
agent.ts add numCtx (Context Window) setting to SESSION panel 2026-05-15 16:02:22 -04:00
ai.ts added Gab AI affiliate link; changed Ollama abort procedure 2026-05-15 14:11:45 -04:00
platform.ts platform.apiKey becomes platform.gadgetKey 2026-05-05 08:12:34 -04:00
subprocess.test.ts Phase 1: SubProcess service and agent tool 2026-05-14 12:59:05 -04:00
subprocess.ts Phase 1: SubProcess service and agent tool 2026-05-14 12:59:05 -04:00
workspace.ts SubProcess prep work 2026-05-14 10:40:47 -04:00