| 60 | SearchHint() string |
| 61 | FormatLargeResult(ctx context.Context, content string, maxChars int, toolUseID, sessionDir string) (string, error) |
| 62 | ToAPISchema() map[string]any |
| 63 | } |
| 64 | |
| 65 | type ObservableInputBackfiller interface { |
| 66 | BackfillObservableInput(input any, ctx ExecutionContext) any |
| 67 | } |
no outgoing calls
no test coverage detected