MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / ObservableInputBackfiller

Interface ObservableInputBackfiller

tools/base.go:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

EnrichForRenderMethod · 0.65

Implementers 7

ReadFileTooltools/builtin.go
WriteFileTooltools/builtin.go
EditFileTooltools/builtin.go
BashTooltools/builtin.go
GrepSearchTooltools/builtin.go
GlobMatchTooltools/builtin.go
NotebookEditTooltools/builtin.go

Calls

no outgoing calls

Tested by

no test coverage detected