Chore: tests update
This commit is contained in:
@@ -165,8 +165,8 @@ func NewOpenRouterParser(log *slog.Logger, cfg *config.Config) *openRouterParser
|
||||
log: log,
|
||||
cfg: cfg,
|
||||
modelIndex: 0,
|
||||
useChatAPI: false, // Default to completion API which is more widely supported
|
||||
supportsTools: false, // Don't assume tool support
|
||||
useChatAPI: true, // Default to chat API since test cases use chat completion responses
|
||||
supportsTools: true, // Assume tool support for chat API
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user