Summarize generates a summary for the session
(ctx context.Context, sess *session.Session, additionalPrompt string, events EventSink)
| 89 | |
| 90 | // Summarize generates a summary for the session |
| 91 | Summarize(ctx context.Context, sess *session.Session, additionalPrompt string, events EventSink) |
| 92 | |
| 93 | // PermissionsInfo returns the team-level permission patterns (allow/ask/deny). |
| 94 | // Returns nil if no permissions are configured. |
no outgoing calls
no test coverage detected