MCPcopy
hub / github.com/google/ax / dummyExecutor

Struct dummyExecutor

internal/gemini/gemini_planner_integration_test.go:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84type dummyExecutor struct{}
85
86func (e *dummyExecutor) Exec(ctx context.Context, conversationID string, execID string, start *proto.AgentStart, o agent.OutputHandler) (proto.State, error) {
87 return proto.State_STATE_COMPLETED, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected