(context.Context, acp.NewSessionRequest)
| 38 | func (a *testAgent) Cancel(context.Context, acp.CancelNotification) error { return nil } |
| 39 | |
| 40 | func (a *testAgent) NewSession(context.Context, acp.NewSessionRequest) (acp.NewSessionResponse, error) { |
| 41 | return acp.NewSessionResponse{SessionId: "test-session"}, nil |
| 42 | } |
| 43 | |
| 44 | func (a *testAgent) SetSessionMode(context.Context, acp.SetSessionModeRequest) (acp.SetSessionModeResponse, error) { |
| 45 | return acp.SetSessionModeResponse{}, nil |