Complete Phase 9 LLM infrastructure

This commit is contained in:
2026-05-11 20:10:56 -05:00
parent 426864eedb
commit 6d9a4bd017
3 changed files with 34 additions and 19 deletions

View File

@@ -125,8 +125,6 @@ func (c *InstructorClient) CompleteStructured(
}, nil
}
// TODO(phase9): integrate bounded scheduler/semaphore in the next Phase 9 prompt.
func normalizeConfig(cfg InstructorClientConfig) (InstructorClientConfig, error) {
cfg.BaseURL = strings.TrimSpace(cfg.BaseURL)
cfg.Model = strings.TrimSpace(cfg.Model)