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

Method GetConfirmation

proto/content.pb.go:1511–1518  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1509}
1510
1511func (x *Content) GetConfirmation() *ConfirmationContent {
1512 if x != nil {
1513 if x, ok := x.Type.(*Content_Confirmation); ok {
1514 return x.Confirmation
1515 }
1516 }
1517 return nil
1518}
1519
1520func (x *Content) GetToolCall() *ToolCallContent {
1521 if x != nil {

Callers 14

TestConfirmationFunction · 0.80
TestResumeConfirmationFunction · 0.80
execMethod · 0.80
WaitsForConfirmationFunction · 0.80
HasConfirmationAnswerFunction · 0.80
WaitsForUserFunction · 0.80
FindConfirmationAnswerFunction · 0.80
findConfirmationMethod · 0.80
runExecHeadlessFunction · 0.80

Calls

no outgoing calls