added .query

This commit is contained in:
2025-02-21 22:35:47 -05:00
parent 37c18b3b58
commit e1c10eb49e
2 changed files with 5 additions and 2 deletions

View File

@@ -409,6 +409,7 @@ func (o Options) Answer(ctx context.Context, q Question) (Answers, error) {
close(callsOutput)
slog.Info("calls", "calls", calls)
return calls
}