Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeA2ATaskTracker
- func (fake *FakeA2ATaskTracker) AddTask(arg1 string, arg2 string)
- func (fake *FakeA2ATaskTracker) AddTaskArgsForCall(i int) (string, string)
- func (fake *FakeA2ATaskTracker) AddTaskCallCount() int
- func (fake *FakeA2ATaskTracker) AddTaskCalls(stub func(string, string))
- func (fake *FakeA2ATaskTracker) ClearAllAgents()
- func (fake *FakeA2ATaskTracker) ClearAllAgentsCallCount() int
- func (fake *FakeA2ATaskTracker) ClearAllAgentsCalls(stub func())
- func (fake *FakeA2ATaskTracker) GetAllPollingTasks() []string
- func (fake *FakeA2ATaskTracker) GetAllPollingTasksCallCount() int
- func (fake *FakeA2ATaskTracker) GetAllPollingTasksCalls(stub func() []string)
- func (fake *FakeA2ATaskTracker) GetAllPollingTasksReturns(result1 []string)
- func (fake *FakeA2ATaskTracker) GetAllPollingTasksReturnsOnCall(i int, result1 []string)
- func (fake *FakeA2ATaskTracker) GetLatestContextForAgent(arg1 string) string
- func (fake *FakeA2ATaskTracker) GetLatestContextForAgentArgsForCall(i int) string
- func (fake *FakeA2ATaskTracker) GetLatestContextForAgentCallCount() int
- func (fake *FakeA2ATaskTracker) GetLatestContextForAgentCalls(stub func(string) string)
- func (fake *FakeA2ATaskTracker) GetLatestContextForAgentReturns(result1 string)
- func (fake *FakeA2ATaskTracker) GetLatestContextForAgentReturnsOnCall(i int, result1 string)
- func (fake *FakeA2ATaskTracker) GetLatestTaskForContext(arg1 string) string
- func (fake *FakeA2ATaskTracker) GetLatestTaskForContextArgsForCall(i int) string
- func (fake *FakeA2ATaskTracker) GetLatestTaskForContextCallCount() int
- func (fake *FakeA2ATaskTracker) GetLatestTaskForContextCalls(stub func(string) string)
- func (fake *FakeA2ATaskTracker) GetLatestTaskForContextReturns(result1 string)
- func (fake *FakeA2ATaskTracker) GetLatestTaskForContextReturnsOnCall(i int, result1 string)
- func (fake *FakeA2ATaskTracker) GetPollingState(arg1 string) *domain.TaskPollingState
- func (fake *FakeA2ATaskTracker) GetPollingStateArgsForCall(i int) string
- func (fake *FakeA2ATaskTracker) GetPollingStateCallCount() int
- func (fake *FakeA2ATaskTracker) GetPollingStateCalls(stub func(string) *domain.TaskPollingState)
- func (fake *FakeA2ATaskTracker) GetPollingStateReturns(result1 *domain.TaskPollingState)
- func (fake *FakeA2ATaskTracker) GetPollingStateReturnsOnCall(i int, result1 *domain.TaskPollingState)
- func (fake *FakeA2ATaskTracker) HasContext(arg1 string) bool
- func (fake *FakeA2ATaskTracker) HasContextArgsForCall(i int) string
- func (fake *FakeA2ATaskTracker) HasContextCallCount() int
- func (fake *FakeA2ATaskTracker) HasContextCalls(stub func(string) bool)
- func (fake *FakeA2ATaskTracker) HasContextReturns(result1 bool)
- func (fake *FakeA2ATaskTracker) HasContextReturnsOnCall(i int, result1 bool)
- func (fake *FakeA2ATaskTracker) Invocations() map[string][][]interface{}
- func (fake *FakeA2ATaskTracker) RegisterContext(arg1 string, arg2 string)
- func (fake *FakeA2ATaskTracker) RegisterContextArgsForCall(i int) (string, string)
- func (fake *FakeA2ATaskTracker) RegisterContextCallCount() int
- func (fake *FakeA2ATaskTracker) RegisterContextCalls(stub func(string, string))
- func (fake *FakeA2ATaskTracker) RemoveTask(arg1 string)
- func (fake *FakeA2ATaskTracker) RemoveTaskArgsForCall(i int) string
- func (fake *FakeA2ATaskTracker) RemoveTaskCallCount() int
- func (fake *FakeA2ATaskTracker) RemoveTaskCalls(stub func(string))
- func (fake *FakeA2ATaskTracker) StartPolling(arg1 string, arg2 *domain.TaskPollingState)
- func (fake *FakeA2ATaskTracker) StartPollingArgsForCall(i int) (string, *domain.TaskPollingState)
- func (fake *FakeA2ATaskTracker) StartPollingCallCount() int
- func (fake *FakeA2ATaskTracker) StartPollingCalls(stub func(string, *domain.TaskPollingState))
- func (fake *FakeA2ATaskTracker) StopPolling(arg1 string)
- func (fake *FakeA2ATaskTracker) StopPollingArgsForCall(i int) string
- func (fake *FakeA2ATaskTracker) StopPollingCallCount() int
- func (fake *FakeA2ATaskTracker) StopPollingCalls(stub func(string))
- type FakeAgentService
- func (fake *FakeAgentService) BuildSystemPrompt() string
- func (fake *FakeAgentService) BuildSystemPromptCallCount() int
- func (fake *FakeAgentService) BuildSystemPromptCalls(stub func() string)
- func (fake *FakeAgentService) BuildSystemPromptReturns(result1 string)
- func (fake *FakeAgentService) BuildSystemPromptReturnsOnCall(i int, result1 string)
- func (fake *FakeAgentService) CancelRequest(arg1 string) error
- func (fake *FakeAgentService) CancelRequestArgsForCall(i int) string
- func (fake *FakeAgentService) CancelRequestCallCount() int
- func (fake *FakeAgentService) CancelRequestCalls(stub func(string) error)
- func (fake *FakeAgentService) CancelRequestReturns(result1 error)
- func (fake *FakeAgentService) CancelRequestReturnsOnCall(i int, result1 error)
- func (fake *FakeAgentService) GetMetrics(arg1 string) *domain.ChatMetrics
- func (fake *FakeAgentService) GetMetricsArgsForCall(i int) string
- func (fake *FakeAgentService) GetMetricsCallCount() int
- func (fake *FakeAgentService) GetMetricsCalls(stub func(string) *domain.ChatMetrics)
- func (fake *FakeAgentService) GetMetricsReturns(result1 *domain.ChatMetrics)
- func (fake *FakeAgentService) GetMetricsReturnsOnCall(i int, result1 *domain.ChatMetrics)
- func (fake *FakeAgentService) GetReasoningEffort() string
- func (fake *FakeAgentService) GetReasoningEffortCallCount() int
- func (fake *FakeAgentService) GetReasoningEffortCalls(stub func() string)
- func (fake *FakeAgentService) GetReasoningEffortReturns(result1 string)
- func (fake *FakeAgentService) GetReasoningEffortReturnsOnCall(i int, result1 string)
- func (fake *FakeAgentService) Invocations() map[string][][]interface{}
- func (fake *FakeAgentService) Run(arg1 context.Context, arg2 *domain.AgentRequest) (*domain.ChatSyncResponse, error)
- func (fake *FakeAgentService) RunArgsForCall(i int) (context.Context, *domain.AgentRequest)
- func (fake *FakeAgentService) RunCallCount() int
- func (fake *FakeAgentService) RunCalls(...)
- func (fake *FakeAgentService) RunReturns(result1 *domain.ChatSyncResponse, result2 error)
- func (fake *FakeAgentService) RunReturnsOnCall(i int, result1 *domain.ChatSyncResponse, result2 error)
- func (fake *FakeAgentService) RunStreaming(arg1 context.Context, arg2 *domain.AgentRequest, ...) (*domain.ChatSyncResponse, error)
- func (fake *FakeAgentService) RunStreamingArgsForCall(i int) (context.Context, *domain.AgentRequest, ...)
- func (fake *FakeAgentService) RunStreamingCallCount() int
- func (fake *FakeAgentService) RunStreamingCalls(...)
- func (fake *FakeAgentService) RunStreamingReturns(result1 *domain.ChatSyncResponse, result2 error)
- func (fake *FakeAgentService) RunStreamingReturnsOnCall(i int, result1 *domain.ChatSyncResponse, result2 error)
- func (fake *FakeAgentService) RunWithStream(arg1 context.Context, arg2 *domain.AgentRequest) (<-chan domain.ChatEvent, error)
- func (fake *FakeAgentService) RunWithStreamArgsForCall(i int) (context.Context, *domain.AgentRequest)
- func (fake *FakeAgentService) RunWithStreamCallCount() int
- func (fake *FakeAgentService) RunWithStreamCalls(...)
- func (fake *FakeAgentService) RunWithStreamReturns(result1 <-chan domain.ChatEvent, result2 error)
- func (fake *FakeAgentService) RunWithStreamReturnsOnCall(i int, result1 <-chan domain.ChatEvent, result2 error)
- func (fake *FakeAgentService) SetReasoningEffort(arg1 string) error
- func (fake *FakeAgentService) SetReasoningEffortArgsForCall(i int) string
- func (fake *FakeAgentService) SetReasoningEffortCallCount() int
- func (fake *FakeAgentService) SetReasoningEffortCalls(stub func(string) error)
- func (fake *FakeAgentService) SetReasoningEffortReturns(result1 error)
- func (fake *FakeAgentService) SetReasoningEffortReturnsOnCall(i int, result1 error)
- type FakeApprovalPolicy
- func (fake *FakeApprovalPolicy) Invocations() map[string][][]interface{}
- func (fake *FakeApprovalPolicy) ShouldRequireApproval(arg1 context.Context, arg2 *sdk.ChatCompletionMessageToolCall, arg3 bool) bool
- func (fake *FakeApprovalPolicy) ShouldRequireApprovalArgsForCall(i int) (context.Context, *sdk.ChatCompletionMessageToolCall, bool)
- func (fake *FakeApprovalPolicy) ShouldRequireApprovalCallCount() int
- func (fake *FakeApprovalPolicy) ShouldRequireApprovalCalls(stub func(context.Context, *sdk.ChatCompletionMessageToolCall, bool) bool)
- func (fake *FakeApprovalPolicy) ShouldRequireApprovalReturns(result1 bool)
- func (fake *FakeApprovalPolicy) ShouldRequireApprovalReturnsOnCall(i int, result1 bool)
- type FakeFileService
- func (fake *FakeFileService) GetFileInfo(arg1 string) (domain.FileInfo, error)
- func (fake *FakeFileService) GetFileInfoArgsForCall(i int) string
- func (fake *FakeFileService) GetFileInfoCallCount() int
- func (fake *FakeFileService) GetFileInfoCalls(stub func(string) (domain.FileInfo, error))
- func (fake *FakeFileService) GetFileInfoReturns(result1 domain.FileInfo, result2 error)
- func (fake *FakeFileService) GetFileInfoReturnsOnCall(i int, result1 domain.FileInfo, result2 error)
- func (fake *FakeFileService) Invocations() map[string][][]interface{}
- func (fake *FakeFileService) ListProjectFiles() ([]string, error)
- func (fake *FakeFileService) ListProjectFilesCallCount() int
- func (fake *FakeFileService) ListProjectFilesCalls(stub func() ([]string, error))
- func (fake *FakeFileService) ListProjectFilesReturns(result1 []string, result2 error)
- func (fake *FakeFileService) ListProjectFilesReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeFileService) ReadFile(arg1 string) (string, error)
- func (fake *FakeFileService) ReadFileArgsForCall(i int) string
- func (fake *FakeFileService) ReadFileCallCount() int
- func (fake *FakeFileService) ReadFileCalls(stub func(string) (string, error))
- func (fake *FakeFileService) ReadFileLines(arg1 string, arg2 int, arg3 int) (string, error)
- func (fake *FakeFileService) ReadFileLinesArgsForCall(i int) (string, int, int)
- func (fake *FakeFileService) ReadFileLinesCallCount() int
- func (fake *FakeFileService) ReadFileLinesCalls(stub func(string, int, int) (string, error))
- func (fake *FakeFileService) ReadFileLinesReturns(result1 string, result2 error)
- func (fake *FakeFileService) ReadFileLinesReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeFileService) ReadFileReturns(result1 string, result2 error)
- func (fake *FakeFileService) ReadFileReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeFileService) ValidateFile(arg1 string) error
- func (fake *FakeFileService) ValidateFileArgsForCall(i int) string
- func (fake *FakeFileService) ValidateFileCallCount() int
- func (fake *FakeFileService) ValidateFileCalls(stub func(string) error)
- func (fake *FakeFileService) ValidateFileReturns(result1 error)
- func (fake *FakeFileService) ValidateFileReturnsOnCall(i int, result1 error)
- type FakeFrameSource
- func (fake *FakeFrameSource) GetLatestFrame() (*domain.Frame, error)
- func (fake *FakeFrameSource) GetLatestFrameCallCount() int
- func (fake *FakeFrameSource) GetLatestFrameCalls(stub func() (*domain.Frame, error))
- func (fake *FakeFrameSource) GetLatestFrameReturns(result1 *domain.Frame, result2 error)
- func (fake *FakeFrameSource) GetLatestFrameReturnsOnCall(i int, result1 *domain.Frame, result2 error)
- func (fake *FakeFrameSource) Invocations() map[string][][]interface{}
- type FakeGitHubIssueService
- func (fake *FakeGitHubIssueService) GetIssue(arg1 context.Context, arg2 int) (*domain.GitHubIssue, error)
- func (fake *FakeGitHubIssueService) GetIssueArgsForCall(i int) (context.Context, int)
- func (fake *FakeGitHubIssueService) GetIssueCallCount() int
- func (fake *FakeGitHubIssueService) GetIssueCalls(stub func(context.Context, int) (*domain.GitHubIssue, error))
- func (fake *FakeGitHubIssueService) GetIssueReturns(result1 *domain.GitHubIssue, result2 error)
- func (fake *FakeGitHubIssueService) GetIssueReturnsOnCall(i int, result1 *domain.GitHubIssue, result2 error)
- func (fake *FakeGitHubIssueService) Invocations() map[string][][]interface{}
- func (fake *FakeGitHubIssueService) IsAvailable() bool
- func (fake *FakeGitHubIssueService) IsAvailableCallCount() int
- func (fake *FakeGitHubIssueService) IsAvailableCalls(stub func() bool)
- func (fake *FakeGitHubIssueService) IsAvailableReturns(result1 bool)
- func (fake *FakeGitHubIssueService) IsAvailableReturnsOnCall(i int, result1 bool)
- func (fake *FakeGitHubIssueService) ListIssues(arg1 context.Context) ([]domain.GitHubIssue, error)
- func (fake *FakeGitHubIssueService) ListIssuesArgsForCall(i int) context.Context
- func (fake *FakeGitHubIssueService) ListIssuesCallCount() int
- func (fake *FakeGitHubIssueService) ListIssuesCalls(stub func(context.Context) ([]domain.GitHubIssue, error))
- func (fake *FakeGitHubIssueService) ListIssuesReturns(result1 []domain.GitHubIssue, result2 error)
- func (fake *FakeGitHubIssueService) ListIssuesReturnsOnCall(i int, result1 []domain.GitHubIssue, result2 error)
- type FakeHookCommandProvider
- func (fake *FakeHookCommandProvider) CommandsDue(arg1 domain.HookPoint) []domain.HookCommand
- func (fake *FakeHookCommandProvider) CommandsDueArgsForCall(i int) domain.HookPoint
- func (fake *FakeHookCommandProvider) CommandsDueCallCount() int
- func (fake *FakeHookCommandProvider) CommandsDueCalls(stub func(domain.HookPoint) []domain.HookCommand)
- func (fake *FakeHookCommandProvider) CommandsDueReturns(result1 []domain.HookCommand)
- func (fake *FakeHookCommandProvider) CommandsDueReturnsOnCall(i int, result1 []domain.HookCommand)
- func (fake *FakeHookCommandProvider) Invocations() map[string][][]interface{}
- type FakeImageAnnotator
- func (fake *FakeImageAnnotator) AnnotateImage(arg1 context.Context, arg2 domain.ImageAttachment, arg3 domain.AnnotateOptions) (*domain.ImageAnnotation, error)
- func (fake *FakeImageAnnotator) AnnotateImageArgsForCall(i int) (context.Context, domain.ImageAttachment, domain.AnnotateOptions)
- func (fake *FakeImageAnnotator) AnnotateImageCallCount() int
- func (fake *FakeImageAnnotator) AnnotateImageCalls(...)
- func (fake *FakeImageAnnotator) AnnotateImageReturns(result1 *domain.ImageAnnotation, result2 error)
- func (fake *FakeImageAnnotator) AnnotateImageReturnsOnCall(i int, result1 *domain.ImageAnnotation, result2 error)
- func (fake *FakeImageAnnotator) Invocations() map[string][][]interface{}
- type FakeImageService
- func (fake *FakeImageService) CreateDataURL(arg1 *domain.ImageAttachment) string
- func (fake *FakeImageService) CreateDataURLArgsForCall(i int) *domain.ImageAttachment
- func (fake *FakeImageService) CreateDataURLCallCount() int
- func (fake *FakeImageService) CreateDataURLCalls(stub func(*domain.ImageAttachment) string)
- func (fake *FakeImageService) CreateDataURLReturns(result1 string)
- func (fake *FakeImageService) CreateDataURLReturnsOnCall(i int, result1 string)
- func (fake *FakeImageService) CreateImageVariation(arg1 context.Context, arg2 string, arg3 string, arg4 string) (string, error)
- func (fake *FakeImageService) CreateImageVariationArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeImageService) CreateImageVariationCallCount() int
- func (fake *FakeImageService) CreateImageVariationCalls(stub func(context.Context, string, string, string) (string, error))
- func (fake *FakeImageService) CreateImageVariationReturns(result1 string, result2 error)
- func (fake *FakeImageService) CreateImageVariationReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImageService) EditImage(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 string, ...) (string, error)
- func (fake *FakeImageService) EditImageArgsForCall(i int) (context.Context, string, string, string, string, string, string)
- func (fake *FakeImageService) EditImageCallCount() int
- func (fake *FakeImageService) EditImageCalls(...)
- func (fake *FakeImageService) EditImageReturns(result1 string, result2 error)
- func (fake *FakeImageService) EditImageReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImageService) GenerateImage(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 string) (string, error)
- func (fake *FakeImageService) GenerateImageArgsForCall(i int) (context.Context, string, string, string, string)
- func (fake *FakeImageService) GenerateImageCallCount() int
- func (fake *FakeImageService) GenerateImageCalls(stub func(context.Context, string, string, string, string) (string, error))
- func (fake *FakeImageService) GenerateImageReturns(result1 string, result2 error)
- func (fake *FakeImageService) GenerateImageReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImageService) Invocations() map[string][][]interface{}
- func (fake *FakeImageService) IsImageFile(arg1 string) bool
- func (fake *FakeImageService) IsImageFileArgsForCall(i int) string
- func (fake *FakeImageService) IsImageFileCallCount() int
- func (fake *FakeImageService) IsImageFileCalls(stub func(string) bool)
- func (fake *FakeImageService) IsImageFileReturns(result1 bool)
- func (fake *FakeImageService) IsImageFileReturnsOnCall(i int, result1 bool)
- func (fake *FakeImageService) IsImageModel(arg1 string) bool
- func (fake *FakeImageService) IsImageModelArgsForCall(i int) string
- func (fake *FakeImageService) IsImageModelCallCount() int
- func (fake *FakeImageService) IsImageModelCalls(stub func(string) bool)
- func (fake *FakeImageService) IsImageModelReturns(result1 bool)
- func (fake *FakeImageService) IsImageModelReturnsOnCall(i int, result1 bool)
- func (fake *FakeImageService) IsImageURL(arg1 string) bool
- func (fake *FakeImageService) IsImageURLArgsForCall(i int) string
- func (fake *FakeImageService) IsImageURLCallCount() int
- func (fake *FakeImageService) IsImageURLCalls(stub func(string) bool)
- func (fake *FakeImageService) IsImageURLReturns(result1 bool)
- func (fake *FakeImageService) IsImageURLReturnsOnCall(i int, result1 bool)
- func (fake *FakeImageService) ReadImageFromBinary(arg1 []byte, arg2 string) (*domain.ImageAttachment, error)
- func (fake *FakeImageService) ReadImageFromBinaryArgsForCall(i int) ([]byte, string)
- func (fake *FakeImageService) ReadImageFromBinaryCallCount() int
- func (fake *FakeImageService) ReadImageFromBinaryCalls(stub func([]byte, string) (*domain.ImageAttachment, error))
- func (fake *FakeImageService) ReadImageFromBinaryReturns(result1 *domain.ImageAttachment, result2 error)
- func (fake *FakeImageService) ReadImageFromBinaryReturnsOnCall(i int, result1 *domain.ImageAttachment, result2 error)
- func (fake *FakeImageService) ReadImageFromFile(arg1 string) (*domain.ImageAttachment, error)
- func (fake *FakeImageService) ReadImageFromFileArgsForCall(i int) string
- func (fake *FakeImageService) ReadImageFromFileCallCount() int
- func (fake *FakeImageService) ReadImageFromFileCalls(stub func(string) (*domain.ImageAttachment, error))
- func (fake *FakeImageService) ReadImageFromFileReturns(result1 *domain.ImageAttachment, result2 error)
- func (fake *FakeImageService) ReadImageFromFileReturnsOnCall(i int, result1 *domain.ImageAttachment, result2 error)
- func (fake *FakeImageService) ReadImageFromURL(arg1 string) (*domain.ImageAttachment, error)
- func (fake *FakeImageService) ReadImageFromURLArgsForCall(i int) string
- func (fake *FakeImageService) ReadImageFromURLCallCount() int
- func (fake *FakeImageService) ReadImageFromURLCalls(stub func(string) (*domain.ImageAttachment, error))
- func (fake *FakeImageService) ReadImageFromURLReturns(result1 *domain.ImageAttachment, result2 error)
- func (fake *FakeImageService) ReadImageFromURLReturnsOnCall(i int, result1 *domain.ImageAttachment, result2 error)
- type FakeMCPClient
- func (fake *FakeMCPClient) CallTool(arg1 context.Context, arg2 string, arg3 string, arg4 map[string]any) (any, error)
- func (fake *FakeMCPClient) CallToolArgsForCall(i int) (context.Context, string, string, map[string]any)
- func (fake *FakeMCPClient) CallToolCallCount() int
- func (fake *FakeMCPClient) CallToolCalls(stub func(context.Context, string, string, map[string]any) (any, error))
- func (fake *FakeMCPClient) CallToolReturns(result1 any, result2 error)
- func (fake *FakeMCPClient) CallToolReturnsOnCall(i int, result1 any, result2 error)
- func (fake *FakeMCPClient) Close() error
- func (fake *FakeMCPClient) CloseCallCount() int
- func (fake *FakeMCPClient) CloseCalls(stub func() error)
- func (fake *FakeMCPClient) CloseReturns(result1 error)
- func (fake *FakeMCPClient) CloseReturnsOnCall(i int, result1 error)
- func (fake *FakeMCPClient) DiscoverTools(arg1 context.Context) (map[string][]domain.MCPDiscoveredTool, error)
- func (fake *FakeMCPClient) DiscoverToolsArgsForCall(i int) context.Context
- func (fake *FakeMCPClient) DiscoverToolsCallCount() int
- func (fake *FakeMCPClient) DiscoverToolsCalls(stub func(context.Context) (map[string][]domain.MCPDiscoveredTool, error))
- func (fake *FakeMCPClient) DiscoverToolsReturns(result1 map[string][]domain.MCPDiscoveredTool, result2 error)
- func (fake *FakeMCPClient) DiscoverToolsReturnsOnCall(i int, result1 map[string][]domain.MCPDiscoveredTool, result2 error)
- func (fake *FakeMCPClient) Invocations() map[string][][]interface{}
- func (fake *FakeMCPClient) PingServer(arg1 context.Context, arg2 string) error
- func (fake *FakeMCPClient) PingServerArgsForCall(i int) (context.Context, string)
- func (fake *FakeMCPClient) PingServerCallCount() int
- func (fake *FakeMCPClient) PingServerCalls(stub func(context.Context, string) error)
- func (fake *FakeMCPClient) PingServerReturns(result1 error)
- func (fake *FakeMCPClient) PingServerReturnsOnCall(i int, result1 error)
- type FakeSkillsService
- func (fake *FakeSkillsService) CleanupDynamic(arg1 context.Context) error
- func (fake *FakeSkillsService) CleanupDynamicArgsForCall(i int) context.Context
- func (fake *FakeSkillsService) CleanupDynamicCallCount() int
- func (fake *FakeSkillsService) CleanupDynamicCalls(stub func(context.Context) error)
- func (fake *FakeSkillsService) CleanupDynamicReturns(result1 error)
- func (fake *FakeSkillsService) CleanupDynamicReturnsOnCall(i int, result1 error)
- func (fake *FakeSkillsService) Discover(arg1 context.Context, arg2 string) (domain.Skill, bool)
- func (fake *FakeSkillsService) DiscoverArgsForCall(i int) (context.Context, string)
- func (fake *FakeSkillsService) DiscoverCallCount() int
- func (fake *FakeSkillsService) DiscoverCalls(stub func(context.Context, string) (domain.Skill, bool))
- func (fake *FakeSkillsService) DiscoverReturns(result1 domain.Skill, result2 bool)
- func (fake *FakeSkillsService) DiscoverReturnsOnCall(i int, result1 domain.Skill, result2 bool)
- func (fake *FakeSkillsService) Errors() []domain.SkillLoadError
- func (fake *FakeSkillsService) ErrorsCallCount() int
- func (fake *FakeSkillsService) ErrorsCalls(stub func() []domain.SkillLoadError)
- func (fake *FakeSkillsService) ErrorsReturns(result1 []domain.SkillLoadError)
- func (fake *FakeSkillsService) ErrorsReturnsOnCall(i int, result1 []domain.SkillLoadError)
- func (fake *FakeSkillsService) Get(arg1 string) (domain.Skill, bool)
- func (fake *FakeSkillsService) GetArgsForCall(i int) string
- func (fake *FakeSkillsService) GetCallCount() int
- func (fake *FakeSkillsService) GetCalls(stub func(string) (domain.Skill, bool))
- func (fake *FakeSkillsService) GetReturns(result1 domain.Skill, result2 bool)
- func (fake *FakeSkillsService) GetReturnsOnCall(i int, result1 domain.Skill, result2 bool)
- func (fake *FakeSkillsService) Invocations() map[string][][]interface{}
- func (fake *FakeSkillsService) List() []domain.Skill
- func (fake *FakeSkillsService) ListCallCount() int
- func (fake *FakeSkillsService) ListCalls(stub func() []domain.Skill)
- func (fake *FakeSkillsService) ListReturns(result1 []domain.Skill)
- func (fake *FakeSkillsService) ListReturnsOnCall(i int, result1 []domain.Skill)
- func (fake *FakeSkillsService) Load(arg1 context.Context) error
- func (fake *FakeSkillsService) LoadArgsForCall(i int) context.Context
- func (fake *FakeSkillsService) LoadCallCount() int
- func (fake *FakeSkillsService) LoadCalls(stub func(context.Context) error)
- func (fake *FakeSkillsService) LoadReturns(result1 error)
- func (fake *FakeSkillsService) LoadReturnsOnCall(i int, result1 error)
- type FakeSystemReminderProvider
- func (fake *FakeSystemReminderProvider) Invocations() map[string][][]interface{}
- func (fake *FakeSystemReminderProvider) RemindersDue(arg1 domain.ReminderQuery) []domain.SystemReminder
- func (fake *FakeSystemReminderProvider) RemindersDueArgsForCall(i int) domain.ReminderQuery
- func (fake *FakeSystemReminderProvider) RemindersDueCallCount() int
- func (fake *FakeSystemReminderProvider) RemindersDueCalls(stub func(domain.ReminderQuery) []domain.SystemReminder)
- func (fake *FakeSystemReminderProvider) RemindersDueReturns(result1 []domain.SystemReminder)
- func (fake *FakeSystemReminderProvider) RemindersDueReturnsOnCall(i int, result1 []domain.SystemReminder)
- type FakeTool
- func (fake *FakeTool) Definition() sdk.ChatCompletionTool
- func (fake *FakeTool) DefinitionCallCount() int
- func (fake *FakeTool) DefinitionCalls(stub func() sdk.ChatCompletionTool)
- func (fake *FakeTool) DefinitionReturns(result1 sdk.ChatCompletionTool)
- func (fake *FakeTool) DefinitionReturnsOnCall(i int, result1 sdk.ChatCompletionTool)
- func (fake *FakeTool) Execute(arg1 context.Context, arg2 map[string]any) (*domain.ToolExecutionResult, error)
- func (fake *FakeTool) ExecuteArgsForCall(i int) (context.Context, map[string]any)
- func (fake *FakeTool) ExecuteCallCount() int
- func (fake *FakeTool) ExecuteCalls(...)
- func (fake *FakeTool) ExecuteReturns(result1 *domain.ToolExecutionResult, result2 error)
- func (fake *FakeTool) ExecuteReturnsOnCall(i int, result1 *domain.ToolExecutionResult, result2 error)
- func (fake *FakeTool) FormatPreview(arg1 *domain.ToolExecutionResult) string
- func (fake *FakeTool) FormatPreviewArgsForCall(i int) *domain.ToolExecutionResult
- func (fake *FakeTool) FormatPreviewCallCount() int
- func (fake *FakeTool) FormatPreviewCalls(stub func(*domain.ToolExecutionResult) string)
- func (fake *FakeTool) FormatPreviewReturns(result1 string)
- func (fake *FakeTool) FormatPreviewReturnsOnCall(i int, result1 string)
- func (fake *FakeTool) FormatResult(arg1 *domain.ToolExecutionResult, arg2 domain.FormatterType) string
- func (fake *FakeTool) FormatResultArgsForCall(i int) (*domain.ToolExecutionResult, domain.FormatterType)
- func (fake *FakeTool) FormatResultCallCount() int
- func (fake *FakeTool) FormatResultCalls(stub func(*domain.ToolExecutionResult, domain.FormatterType) string)
- func (fake *FakeTool) FormatResultReturns(result1 string)
- func (fake *FakeTool) FormatResultReturnsOnCall(i int, result1 string)
- func (fake *FakeTool) Invocations() map[string][][]interface{}
- func (fake *FakeTool) IsEnabled() bool
- func (fake *FakeTool) IsEnabledCallCount() int
- func (fake *FakeTool) IsEnabledCalls(stub func() bool)
- func (fake *FakeTool) IsEnabledReturns(result1 bool)
- func (fake *FakeTool) IsEnabledReturnsOnCall(i int, result1 bool)
- func (fake *FakeTool) ShouldAlwaysExpand() bool
- func (fake *FakeTool) ShouldAlwaysExpandCallCount() int
- func (fake *FakeTool) ShouldAlwaysExpandCalls(stub func() bool)
- func (fake *FakeTool) ShouldAlwaysExpandReturns(result1 bool)
- func (fake *FakeTool) ShouldAlwaysExpandReturnsOnCall(i int, result1 bool)
- func (fake *FakeTool) ShouldCollapseArg(arg1 string) bool
- func (fake *FakeTool) ShouldCollapseArgArgsForCall(i int) string
- func (fake *FakeTool) ShouldCollapseArgCallCount() int
- func (fake *FakeTool) ShouldCollapseArgCalls(stub func(string) bool)
- func (fake *FakeTool) ShouldCollapseArgReturns(result1 bool)
- func (fake *FakeTool) ShouldCollapseArgReturnsOnCall(i int, result1 bool)
- func (fake *FakeTool) Validate(arg1 map[string]any) error
- func (fake *FakeTool) ValidateArgsForCall(i int) map[string]any
- func (fake *FakeTool) ValidateCallCount() int
- func (fake *FakeTool) ValidateCalls(stub func(map[string]any) error)
- func (fake *FakeTool) ValidateReturns(result1 error)
- func (fake *FakeTool) ValidateReturnsOnCall(i int, result1 error)
- type FakeToolService
- func (fake *FakeToolService) ExecuteTool(arg1 context.Context, arg2 sdk.ChatCompletionMessageToolCallFunction) (*domain.ToolExecutionResult, error)
- func (fake *FakeToolService) ExecuteToolArgsForCall(i int) (context.Context, sdk.ChatCompletionMessageToolCallFunction)
- func (fake *FakeToolService) ExecuteToolCallCount() int
- func (fake *FakeToolService) ExecuteToolCalls(...)
- func (fake *FakeToolService) ExecuteToolDirect(arg1 context.Context, arg2 sdk.ChatCompletionMessageToolCallFunction) (*domain.ToolExecutionResult, error)
- func (fake *FakeToolService) ExecuteToolDirectArgsForCall(i int) (context.Context, sdk.ChatCompletionMessageToolCallFunction)
- func (fake *FakeToolService) ExecuteToolDirectCallCount() int
- func (fake *FakeToolService) ExecuteToolDirectCalls(...)
- func (fake *FakeToolService) ExecuteToolDirectReturns(result1 *domain.ToolExecutionResult, result2 error)
- func (fake *FakeToolService) ExecuteToolDirectReturnsOnCall(i int, result1 *domain.ToolExecutionResult, result2 error)
- func (fake *FakeToolService) ExecuteToolReturns(result1 *domain.ToolExecutionResult, result2 error)
- func (fake *FakeToolService) ExecuteToolReturnsOnCall(i int, result1 *domain.ToolExecutionResult, result2 error)
- func (fake *FakeToolService) GetA2ATaskTracker() domain.A2ATaskTracker
- func (fake *FakeToolService) GetA2ATaskTrackerCallCount() int
- func (fake *FakeToolService) GetA2ATaskTrackerCalls(stub func() domain.A2ATaskTracker)
- func (fake *FakeToolService) GetA2ATaskTrackerReturns(result1 domain.A2ATaskTracker)
- func (fake *FakeToolService) GetA2ATaskTrackerReturnsOnCall(i int, result1 domain.A2ATaskTracker)
- func (fake *FakeToolService) GetTool(arg1 string) (domain.Tool, error)
- func (fake *FakeToolService) GetToolArgsForCall(i int) string
- func (fake *FakeToolService) GetToolCallCount() int
- func (fake *FakeToolService) GetToolCalls(stub func(string) (domain.Tool, error))
- func (fake *FakeToolService) GetToolReturns(result1 domain.Tool, result2 error)
- func (fake *FakeToolService) GetToolReturnsOnCall(i int, result1 domain.Tool, result2 error)
- func (fake *FakeToolService) Invocations() map[string][][]interface{}
- func (fake *FakeToolService) IsToolEnabled(arg1 string) bool
- func (fake *FakeToolService) IsToolEnabledArgsForCall(i int) string
- func (fake *FakeToolService) IsToolEnabledCallCount() int
- func (fake *FakeToolService) IsToolEnabledCalls(stub func(string) bool)
- func (fake *FakeToolService) IsToolEnabledReturns(result1 bool)
- func (fake *FakeToolService) IsToolEnabledReturnsOnCall(i int, result1 bool)
- func (fake *FakeToolService) ListAvailableTools() []string
- func (fake *FakeToolService) ListAvailableToolsCallCount() int
- func (fake *FakeToolService) ListAvailableToolsCalls(stub func() []string)
- func (fake *FakeToolService) ListAvailableToolsReturns(result1 []string)
- func (fake *FakeToolService) ListAvailableToolsReturnsOnCall(i int, result1 []string)
- func (fake *FakeToolService) ListTools() []sdk.ChatCompletionTool
- func (fake *FakeToolService) ListToolsCallCount() int
- func (fake *FakeToolService) ListToolsCalls(stub func() []sdk.ChatCompletionTool)
- func (fake *FakeToolService) ListToolsForMode(arg1 domain.AgentMode) []sdk.ChatCompletionTool
- func (fake *FakeToolService) ListToolsForModeArgsForCall(i int) domain.AgentMode
- func (fake *FakeToolService) ListToolsForModeCallCount() int
- func (fake *FakeToolService) ListToolsForModeCalls(stub func(domain.AgentMode) []sdk.ChatCompletionTool)
- func (fake *FakeToolService) ListToolsForModeReturns(result1 []sdk.ChatCompletionTool)
- func (fake *FakeToolService) ListToolsForModeReturnsOnCall(i int, result1 []sdk.ChatCompletionTool)
- func (fake *FakeToolService) ListToolsReturns(result1 []sdk.ChatCompletionTool)
- func (fake *FakeToolService) ListToolsReturnsOnCall(i int, result1 []sdk.ChatCompletionTool)
- func (fake *FakeToolService) ValidateTool(arg1 string, arg2 map[string]any) error
- func (fake *FakeToolService) ValidateToolArgsForCall(i int) (string, map[string]any)
- func (fake *FakeToolService) ValidateToolCallCount() int
- func (fake *FakeToolService) ValidateToolCalls(stub func(string, map[string]any) error)
- func (fake *FakeToolService) ValidateToolReturns(result1 error)
- func (fake *FakeToolService) ValidateToolReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeA2ATaskTracker ¶
type FakeA2ATaskTracker struct {
AddTaskStub func(string, string)
ClearAllAgentsStub func()
GetAllPollingTasksStub func() []string
GetLatestContextForAgentStub func(string) string
GetLatestTaskForContextStub func(string) string
GetPollingStateStub func(string) *domain.TaskPollingState
HasContextStub func(string) bool
RegisterContextStub func(string, string)
RemoveTaskStub func(string)
StartPollingStub func(string, *domain.TaskPollingState)
StopPollingStub func(string)
// contains filtered or unexported fields
}
func (*FakeA2ATaskTracker) AddTask ¶
func (fake *FakeA2ATaskTracker) AddTask(arg1 string, arg2 string)
func (*FakeA2ATaskTracker) AddTaskArgsForCall ¶
func (fake *FakeA2ATaskTracker) AddTaskArgsForCall(i int) (string, string)
func (*FakeA2ATaskTracker) AddTaskCallCount ¶
func (fake *FakeA2ATaskTracker) AddTaskCallCount() int
func (*FakeA2ATaskTracker) AddTaskCalls ¶
func (fake *FakeA2ATaskTracker) AddTaskCalls(stub func(string, string))
func (*FakeA2ATaskTracker) ClearAllAgents ¶
func (fake *FakeA2ATaskTracker) ClearAllAgents()
func (*FakeA2ATaskTracker) ClearAllAgentsCallCount ¶
func (fake *FakeA2ATaskTracker) ClearAllAgentsCallCount() int
func (*FakeA2ATaskTracker) ClearAllAgentsCalls ¶
func (fake *FakeA2ATaskTracker) ClearAllAgentsCalls(stub func())
func (*FakeA2ATaskTracker) GetAllPollingTasks ¶
func (fake *FakeA2ATaskTracker) GetAllPollingTasks() []string
func (*FakeA2ATaskTracker) GetAllPollingTasksCallCount ¶
func (fake *FakeA2ATaskTracker) GetAllPollingTasksCallCount() int
func (*FakeA2ATaskTracker) GetAllPollingTasksCalls ¶
func (fake *FakeA2ATaskTracker) GetAllPollingTasksCalls(stub func() []string)
func (*FakeA2ATaskTracker) GetAllPollingTasksReturns ¶
func (fake *FakeA2ATaskTracker) GetAllPollingTasksReturns(result1 []string)
func (*FakeA2ATaskTracker) GetAllPollingTasksReturnsOnCall ¶
func (fake *FakeA2ATaskTracker) GetAllPollingTasksReturnsOnCall(i int, result1 []string)
func (*FakeA2ATaskTracker) GetLatestContextForAgent ¶
func (fake *FakeA2ATaskTracker) GetLatestContextForAgent(arg1 string) string
func (*FakeA2ATaskTracker) GetLatestContextForAgentArgsForCall ¶
func (fake *FakeA2ATaskTracker) GetLatestContextForAgentArgsForCall(i int) string
func (*FakeA2ATaskTracker) GetLatestContextForAgentCallCount ¶
func (fake *FakeA2ATaskTracker) GetLatestContextForAgentCallCount() int
func (*FakeA2ATaskTracker) GetLatestContextForAgentCalls ¶
func (fake *FakeA2ATaskTracker) GetLatestContextForAgentCalls(stub func(string) string)
func (*FakeA2ATaskTracker) GetLatestContextForAgentReturns ¶
func (fake *FakeA2ATaskTracker) GetLatestContextForAgentReturns(result1 string)
func (*FakeA2ATaskTracker) GetLatestContextForAgentReturnsOnCall ¶
func (fake *FakeA2ATaskTracker) GetLatestContextForAgentReturnsOnCall(i int, result1 string)
func (*FakeA2ATaskTracker) GetLatestTaskForContext ¶
func (fake *FakeA2ATaskTracker) GetLatestTaskForContext(arg1 string) string
func (*FakeA2ATaskTracker) GetLatestTaskForContextArgsForCall ¶
func (fake *FakeA2ATaskTracker) GetLatestTaskForContextArgsForCall(i int) string
func (*FakeA2ATaskTracker) GetLatestTaskForContextCallCount ¶
func (fake *FakeA2ATaskTracker) GetLatestTaskForContextCallCount() int
func (*FakeA2ATaskTracker) GetLatestTaskForContextCalls ¶
func (fake *FakeA2ATaskTracker) GetLatestTaskForContextCalls(stub func(string) string)
func (*FakeA2ATaskTracker) GetLatestTaskForContextReturns ¶
func (fake *FakeA2ATaskTracker) GetLatestTaskForContextReturns(result1 string)
func (*FakeA2ATaskTracker) GetLatestTaskForContextReturnsOnCall ¶
func (fake *FakeA2ATaskTracker) GetLatestTaskForContextReturnsOnCall(i int, result1 string)
func (*FakeA2ATaskTracker) GetPollingState ¶
func (fake *FakeA2ATaskTracker) GetPollingState(arg1 string) *domain.TaskPollingState
func (*FakeA2ATaskTracker) GetPollingStateArgsForCall ¶
func (fake *FakeA2ATaskTracker) GetPollingStateArgsForCall(i int) string
func (*FakeA2ATaskTracker) GetPollingStateCallCount ¶
func (fake *FakeA2ATaskTracker) GetPollingStateCallCount() int
func (*FakeA2ATaskTracker) GetPollingStateCalls ¶
func (fake *FakeA2ATaskTracker) GetPollingStateCalls(stub func(string) *domain.TaskPollingState)
func (*FakeA2ATaskTracker) GetPollingStateReturns ¶
func (fake *FakeA2ATaskTracker) GetPollingStateReturns(result1 *domain.TaskPollingState)
func (*FakeA2ATaskTracker) GetPollingStateReturnsOnCall ¶
func (fake *FakeA2ATaskTracker) GetPollingStateReturnsOnCall(i int, result1 *domain.TaskPollingState)
func (*FakeA2ATaskTracker) HasContext ¶
func (fake *FakeA2ATaskTracker) HasContext(arg1 string) bool
func (*FakeA2ATaskTracker) HasContextArgsForCall ¶
func (fake *FakeA2ATaskTracker) HasContextArgsForCall(i int) string
func (*FakeA2ATaskTracker) HasContextCallCount ¶
func (fake *FakeA2ATaskTracker) HasContextCallCount() int
func (*FakeA2ATaskTracker) HasContextCalls ¶
func (fake *FakeA2ATaskTracker) HasContextCalls(stub func(string) bool)
func (*FakeA2ATaskTracker) HasContextReturns ¶
func (fake *FakeA2ATaskTracker) HasContextReturns(result1 bool)
func (*FakeA2ATaskTracker) HasContextReturnsOnCall ¶
func (fake *FakeA2ATaskTracker) HasContextReturnsOnCall(i int, result1 bool)
func (*FakeA2ATaskTracker) Invocations ¶
func (fake *FakeA2ATaskTracker) Invocations() map[string][][]interface{}
func (*FakeA2ATaskTracker) RegisterContext ¶
func (fake *FakeA2ATaskTracker) RegisterContext(arg1 string, arg2 string)
func (*FakeA2ATaskTracker) RegisterContextArgsForCall ¶
func (fake *FakeA2ATaskTracker) RegisterContextArgsForCall(i int) (string, string)
func (*FakeA2ATaskTracker) RegisterContextCallCount ¶
func (fake *FakeA2ATaskTracker) RegisterContextCallCount() int
func (*FakeA2ATaskTracker) RegisterContextCalls ¶
func (fake *FakeA2ATaskTracker) RegisterContextCalls(stub func(string, string))
func (*FakeA2ATaskTracker) RemoveTask ¶
func (fake *FakeA2ATaskTracker) RemoveTask(arg1 string)
func (*FakeA2ATaskTracker) RemoveTaskArgsForCall ¶
func (fake *FakeA2ATaskTracker) RemoveTaskArgsForCall(i int) string
func (*FakeA2ATaskTracker) RemoveTaskCallCount ¶
func (fake *FakeA2ATaskTracker) RemoveTaskCallCount() int
func (*FakeA2ATaskTracker) RemoveTaskCalls ¶
func (fake *FakeA2ATaskTracker) RemoveTaskCalls(stub func(string))
func (*FakeA2ATaskTracker) StartPolling ¶
func (fake *FakeA2ATaskTracker) StartPolling(arg1 string, arg2 *domain.TaskPollingState)
func (*FakeA2ATaskTracker) StartPollingArgsForCall ¶
func (fake *FakeA2ATaskTracker) StartPollingArgsForCall(i int) (string, *domain.TaskPollingState)
func (*FakeA2ATaskTracker) StartPollingCallCount ¶
func (fake *FakeA2ATaskTracker) StartPollingCallCount() int
func (*FakeA2ATaskTracker) StartPollingCalls ¶
func (fake *FakeA2ATaskTracker) StartPollingCalls(stub func(string, *domain.TaskPollingState))
func (*FakeA2ATaskTracker) StopPolling ¶
func (fake *FakeA2ATaskTracker) StopPolling(arg1 string)
func (*FakeA2ATaskTracker) StopPollingArgsForCall ¶
func (fake *FakeA2ATaskTracker) StopPollingArgsForCall(i int) string
func (*FakeA2ATaskTracker) StopPollingCallCount ¶
func (fake *FakeA2ATaskTracker) StopPollingCallCount() int
func (*FakeA2ATaskTracker) StopPollingCalls ¶
func (fake *FakeA2ATaskTracker) StopPollingCalls(stub func(string))
type FakeAgentService ¶
type FakeAgentService struct {
BuildSystemPromptStub func() string
CancelRequestStub func(string) error
GetMetricsStub func(string) *domain.ChatMetrics
GetReasoningEffortStub func() string
RunStub func(context.Context, *domain.AgentRequest) (*domain.ChatSyncResponse, error)
RunStreamingStub func(context.Context, *domain.AgentRequest, func(content string, reasoning string, toolCalls []sdk.ChatCompletionMessageToolCallChunk)) (*domain.ChatSyncResponse, error)
RunWithStreamStub func(context.Context, *domain.AgentRequest) (<-chan domain.ChatEvent, error)
SetReasoningEffortStub func(string) error
// contains filtered or unexported fields
}
func (*FakeAgentService) BuildSystemPrompt ¶
func (fake *FakeAgentService) BuildSystemPrompt() string
func (*FakeAgentService) BuildSystemPromptCallCount ¶
func (fake *FakeAgentService) BuildSystemPromptCallCount() int
func (*FakeAgentService) BuildSystemPromptCalls ¶
func (fake *FakeAgentService) BuildSystemPromptCalls(stub func() string)
func (*FakeAgentService) BuildSystemPromptReturns ¶
func (fake *FakeAgentService) BuildSystemPromptReturns(result1 string)
func (*FakeAgentService) BuildSystemPromptReturnsOnCall ¶
func (fake *FakeAgentService) BuildSystemPromptReturnsOnCall(i int, result1 string)
func (*FakeAgentService) CancelRequest ¶
func (fake *FakeAgentService) CancelRequest(arg1 string) error
func (*FakeAgentService) CancelRequestArgsForCall ¶
func (fake *FakeAgentService) CancelRequestArgsForCall(i int) string
func (*FakeAgentService) CancelRequestCallCount ¶
func (fake *FakeAgentService) CancelRequestCallCount() int
func (*FakeAgentService) CancelRequestCalls ¶
func (fake *FakeAgentService) CancelRequestCalls(stub func(string) error)
func (*FakeAgentService) CancelRequestReturns ¶
func (fake *FakeAgentService) CancelRequestReturns(result1 error)
func (*FakeAgentService) CancelRequestReturnsOnCall ¶
func (fake *FakeAgentService) CancelRequestReturnsOnCall(i int, result1 error)
func (*FakeAgentService) GetMetrics ¶
func (fake *FakeAgentService) GetMetrics(arg1 string) *domain.ChatMetrics
func (*FakeAgentService) GetMetricsArgsForCall ¶
func (fake *FakeAgentService) GetMetricsArgsForCall(i int) string
func (*FakeAgentService) GetMetricsCallCount ¶
func (fake *FakeAgentService) GetMetricsCallCount() int
func (*FakeAgentService) GetMetricsCalls ¶
func (fake *FakeAgentService) GetMetricsCalls(stub func(string) *domain.ChatMetrics)
func (*FakeAgentService) GetMetricsReturns ¶
func (fake *FakeAgentService) GetMetricsReturns(result1 *domain.ChatMetrics)
func (*FakeAgentService) GetMetricsReturnsOnCall ¶
func (fake *FakeAgentService) GetMetricsReturnsOnCall(i int, result1 *domain.ChatMetrics)
func (*FakeAgentService) GetReasoningEffort ¶
func (fake *FakeAgentService) GetReasoningEffort() string
func (*FakeAgentService) GetReasoningEffortCallCount ¶
func (fake *FakeAgentService) GetReasoningEffortCallCount() int
func (*FakeAgentService) GetReasoningEffortCalls ¶
func (fake *FakeAgentService) GetReasoningEffortCalls(stub func() string)
func (*FakeAgentService) GetReasoningEffortReturns ¶
func (fake *FakeAgentService) GetReasoningEffortReturns(result1 string)
func (*FakeAgentService) GetReasoningEffortReturnsOnCall ¶
func (fake *FakeAgentService) GetReasoningEffortReturnsOnCall(i int, result1 string)
func (*FakeAgentService) Invocations ¶
func (fake *FakeAgentService) Invocations() map[string][][]interface{}
func (*FakeAgentService) Run ¶
func (fake *FakeAgentService) Run(arg1 context.Context, arg2 *domain.AgentRequest) (*domain.ChatSyncResponse, error)
func (*FakeAgentService) RunArgsForCall ¶
func (fake *FakeAgentService) RunArgsForCall(i int) (context.Context, *domain.AgentRequest)
func (*FakeAgentService) RunCallCount ¶
func (fake *FakeAgentService) RunCallCount() int
func (*FakeAgentService) RunCalls ¶
func (fake *FakeAgentService) RunCalls(stub func(context.Context, *domain.AgentRequest) (*domain.ChatSyncResponse, error))
func (*FakeAgentService) RunReturns ¶
func (fake *FakeAgentService) RunReturns(result1 *domain.ChatSyncResponse, result2 error)
func (*FakeAgentService) RunReturnsOnCall ¶
func (fake *FakeAgentService) RunReturnsOnCall(i int, result1 *domain.ChatSyncResponse, result2 error)
func (*FakeAgentService) RunStreaming ¶
func (fake *FakeAgentService) RunStreaming(arg1 context.Context, arg2 *domain.AgentRequest, arg3 func(content string, reasoning string, toolCalls []sdk.ChatCompletionMessageToolCallChunk)) (*domain.ChatSyncResponse, error)
func (*FakeAgentService) RunStreamingArgsForCall ¶
func (fake *FakeAgentService) RunStreamingArgsForCall(i int) (context.Context, *domain.AgentRequest, func(content string, reasoning string, toolCalls []sdk.ChatCompletionMessageToolCallChunk))
func (*FakeAgentService) RunStreamingCallCount ¶
func (fake *FakeAgentService) RunStreamingCallCount() int
func (*FakeAgentService) RunStreamingCalls ¶
func (fake *FakeAgentService) RunStreamingCalls(stub func(context.Context, *domain.AgentRequest, func(content string, reasoning string, toolCalls []sdk.ChatCompletionMessageToolCallChunk)) (*domain.ChatSyncResponse, error))
func (*FakeAgentService) RunStreamingReturns ¶
func (fake *FakeAgentService) RunStreamingReturns(result1 *domain.ChatSyncResponse, result2 error)
func (*FakeAgentService) RunStreamingReturnsOnCall ¶
func (fake *FakeAgentService) RunStreamingReturnsOnCall(i int, result1 *domain.ChatSyncResponse, result2 error)
func (*FakeAgentService) RunWithStream ¶
func (fake *FakeAgentService) RunWithStream(arg1 context.Context, arg2 *domain.AgentRequest) (<-chan domain.ChatEvent, error)
func (*FakeAgentService) RunWithStreamArgsForCall ¶
func (fake *FakeAgentService) RunWithStreamArgsForCall(i int) (context.Context, *domain.AgentRequest)
func (*FakeAgentService) RunWithStreamCallCount ¶
func (fake *FakeAgentService) RunWithStreamCallCount() int
func (*FakeAgentService) RunWithStreamCalls ¶
func (fake *FakeAgentService) RunWithStreamCalls(stub func(context.Context, *domain.AgentRequest) (<-chan domain.ChatEvent, error))
func (*FakeAgentService) RunWithStreamReturns ¶
func (fake *FakeAgentService) RunWithStreamReturns(result1 <-chan domain.ChatEvent, result2 error)
func (*FakeAgentService) RunWithStreamReturnsOnCall ¶
func (fake *FakeAgentService) RunWithStreamReturnsOnCall(i int, result1 <-chan domain.ChatEvent, result2 error)
func (*FakeAgentService) SetReasoningEffort ¶
func (fake *FakeAgentService) SetReasoningEffort(arg1 string) error
func (*FakeAgentService) SetReasoningEffortArgsForCall ¶
func (fake *FakeAgentService) SetReasoningEffortArgsForCall(i int) string
func (*FakeAgentService) SetReasoningEffortCallCount ¶
func (fake *FakeAgentService) SetReasoningEffortCallCount() int
func (*FakeAgentService) SetReasoningEffortCalls ¶
func (fake *FakeAgentService) SetReasoningEffortCalls(stub func(string) error)
func (*FakeAgentService) SetReasoningEffortReturns ¶
func (fake *FakeAgentService) SetReasoningEffortReturns(result1 error)
func (*FakeAgentService) SetReasoningEffortReturnsOnCall ¶
func (fake *FakeAgentService) SetReasoningEffortReturnsOnCall(i int, result1 error)
type FakeApprovalPolicy ¶
type FakeApprovalPolicy struct {
ShouldRequireApprovalStub func(context.Context, *sdk.ChatCompletionMessageToolCall, bool) bool
// contains filtered or unexported fields
}
func (*FakeApprovalPolicy) Invocations ¶
func (fake *FakeApprovalPolicy) Invocations() map[string][][]interface{}
func (*FakeApprovalPolicy) ShouldRequireApproval ¶
func (fake *FakeApprovalPolicy) ShouldRequireApproval(arg1 context.Context, arg2 *sdk.ChatCompletionMessageToolCall, arg3 bool) bool
func (*FakeApprovalPolicy) ShouldRequireApprovalArgsForCall ¶
func (fake *FakeApprovalPolicy) ShouldRequireApprovalArgsForCall(i int) (context.Context, *sdk.ChatCompletionMessageToolCall, bool)
func (*FakeApprovalPolicy) ShouldRequireApprovalCallCount ¶
func (fake *FakeApprovalPolicy) ShouldRequireApprovalCallCount() int
func (*FakeApprovalPolicy) ShouldRequireApprovalCalls ¶
func (fake *FakeApprovalPolicy) ShouldRequireApprovalCalls(stub func(context.Context, *sdk.ChatCompletionMessageToolCall, bool) bool)
func (*FakeApprovalPolicy) ShouldRequireApprovalReturns ¶
func (fake *FakeApprovalPolicy) ShouldRequireApprovalReturns(result1 bool)
func (*FakeApprovalPolicy) ShouldRequireApprovalReturnsOnCall ¶
func (fake *FakeApprovalPolicy) ShouldRequireApprovalReturnsOnCall(i int, result1 bool)
type FakeFileService ¶
type FakeFileService struct {
GetFileInfoStub func(string) (domain.FileInfo, error)
ListProjectFilesStub func() ([]string, error)
ReadFileStub func(string) (string, error)
ReadFileLinesStub func(string, int, int) (string, error)
ValidateFileStub func(string) error
// contains filtered or unexported fields
}
func (*FakeFileService) GetFileInfo ¶
func (fake *FakeFileService) GetFileInfo(arg1 string) (domain.FileInfo, error)
func (*FakeFileService) GetFileInfoArgsForCall ¶
func (fake *FakeFileService) GetFileInfoArgsForCall(i int) string
func (*FakeFileService) GetFileInfoCallCount ¶
func (fake *FakeFileService) GetFileInfoCallCount() int
func (*FakeFileService) GetFileInfoCalls ¶
func (fake *FakeFileService) GetFileInfoCalls(stub func(string) (domain.FileInfo, error))
func (*FakeFileService) GetFileInfoReturns ¶
func (fake *FakeFileService) GetFileInfoReturns(result1 domain.FileInfo, result2 error)
func (*FakeFileService) GetFileInfoReturnsOnCall ¶
func (fake *FakeFileService) GetFileInfoReturnsOnCall(i int, result1 domain.FileInfo, result2 error)
func (*FakeFileService) Invocations ¶
func (fake *FakeFileService) Invocations() map[string][][]interface{}
func (*FakeFileService) ListProjectFiles ¶
func (fake *FakeFileService) ListProjectFiles() ([]string, error)
func (*FakeFileService) ListProjectFilesCallCount ¶
func (fake *FakeFileService) ListProjectFilesCallCount() int
func (*FakeFileService) ListProjectFilesCalls ¶
func (fake *FakeFileService) ListProjectFilesCalls(stub func() ([]string, error))
func (*FakeFileService) ListProjectFilesReturns ¶
func (fake *FakeFileService) ListProjectFilesReturns(result1 []string, result2 error)
func (*FakeFileService) ListProjectFilesReturnsOnCall ¶
func (fake *FakeFileService) ListProjectFilesReturnsOnCall(i int, result1 []string, result2 error)
func (*FakeFileService) ReadFile ¶
func (fake *FakeFileService) ReadFile(arg1 string) (string, error)
func (*FakeFileService) ReadFileArgsForCall ¶
func (fake *FakeFileService) ReadFileArgsForCall(i int) string
func (*FakeFileService) ReadFileCallCount ¶
func (fake *FakeFileService) ReadFileCallCount() int
func (*FakeFileService) ReadFileCalls ¶
func (fake *FakeFileService) ReadFileCalls(stub func(string) (string, error))
func (*FakeFileService) ReadFileLines ¶
func (*FakeFileService) ReadFileLinesArgsForCall ¶
func (fake *FakeFileService) ReadFileLinesArgsForCall(i int) (string, int, int)
func (*FakeFileService) ReadFileLinesCallCount ¶
func (fake *FakeFileService) ReadFileLinesCallCount() int
func (*FakeFileService) ReadFileLinesCalls ¶
func (*FakeFileService) ReadFileLinesReturns ¶
func (fake *FakeFileService) ReadFileLinesReturns(result1 string, result2 error)
func (*FakeFileService) ReadFileLinesReturnsOnCall ¶
func (fake *FakeFileService) ReadFileLinesReturnsOnCall(i int, result1 string, result2 error)
func (*FakeFileService) ReadFileReturns ¶
func (fake *FakeFileService) ReadFileReturns(result1 string, result2 error)
func (*FakeFileService) ReadFileReturnsOnCall ¶
func (fake *FakeFileService) ReadFileReturnsOnCall(i int, result1 string, result2 error)
func (*FakeFileService) ValidateFile ¶
func (fake *FakeFileService) ValidateFile(arg1 string) error
func (*FakeFileService) ValidateFileArgsForCall ¶
func (fake *FakeFileService) ValidateFileArgsForCall(i int) string
func (*FakeFileService) ValidateFileCallCount ¶
func (fake *FakeFileService) ValidateFileCallCount() int
func (*FakeFileService) ValidateFileCalls ¶
func (fake *FakeFileService) ValidateFileCalls(stub func(string) error)
func (*FakeFileService) ValidateFileReturns ¶
func (fake *FakeFileService) ValidateFileReturns(result1 error)
func (*FakeFileService) ValidateFileReturnsOnCall ¶
func (fake *FakeFileService) ValidateFileReturnsOnCall(i int, result1 error)
type FakeFrameSource ¶
type FakeFrameSource struct {
GetLatestFrameStub func() (*domain.Frame, error)
// contains filtered or unexported fields
}
func (*FakeFrameSource) GetLatestFrame ¶
func (fake *FakeFrameSource) GetLatestFrame() (*domain.Frame, error)
func (*FakeFrameSource) GetLatestFrameCallCount ¶
func (fake *FakeFrameSource) GetLatestFrameCallCount() int
func (*FakeFrameSource) GetLatestFrameCalls ¶
func (fake *FakeFrameSource) GetLatestFrameCalls(stub func() (*domain.Frame, error))
func (*FakeFrameSource) GetLatestFrameReturns ¶
func (fake *FakeFrameSource) GetLatestFrameReturns(result1 *domain.Frame, result2 error)
func (*FakeFrameSource) GetLatestFrameReturnsOnCall ¶
func (fake *FakeFrameSource) GetLatestFrameReturnsOnCall(i int, result1 *domain.Frame, result2 error)
func (*FakeFrameSource) Invocations ¶
func (fake *FakeFrameSource) Invocations() map[string][][]interface{}
type FakeGitHubIssueService ¶
type FakeGitHubIssueService struct {
GetIssueStub func(context.Context, int) (*domain.GitHubIssue, error)
IsAvailableStub func() bool
ListIssuesStub func(context.Context) ([]domain.GitHubIssue, error)
// contains filtered or unexported fields
}
func (*FakeGitHubIssueService) GetIssue ¶
func (fake *FakeGitHubIssueService) GetIssue(arg1 context.Context, arg2 int) (*domain.GitHubIssue, error)
func (*FakeGitHubIssueService) GetIssueArgsForCall ¶
func (fake *FakeGitHubIssueService) GetIssueArgsForCall(i int) (context.Context, int)
func (*FakeGitHubIssueService) GetIssueCallCount ¶
func (fake *FakeGitHubIssueService) GetIssueCallCount() int
func (*FakeGitHubIssueService) GetIssueCalls ¶
func (fake *FakeGitHubIssueService) GetIssueCalls(stub func(context.Context, int) (*domain.GitHubIssue, error))
func (*FakeGitHubIssueService) GetIssueReturns ¶
func (fake *FakeGitHubIssueService) GetIssueReturns(result1 *domain.GitHubIssue, result2 error)
func (*FakeGitHubIssueService) GetIssueReturnsOnCall ¶
func (fake *FakeGitHubIssueService) GetIssueReturnsOnCall(i int, result1 *domain.GitHubIssue, result2 error)
func (*FakeGitHubIssueService) Invocations ¶
func (fake *FakeGitHubIssueService) Invocations() map[string][][]interface{}
func (*FakeGitHubIssueService) IsAvailable ¶
func (fake *FakeGitHubIssueService) IsAvailable() bool
func (*FakeGitHubIssueService) IsAvailableCallCount ¶
func (fake *FakeGitHubIssueService) IsAvailableCallCount() int
func (*FakeGitHubIssueService) IsAvailableCalls ¶
func (fake *FakeGitHubIssueService) IsAvailableCalls(stub func() bool)
func (*FakeGitHubIssueService) IsAvailableReturns ¶
func (fake *FakeGitHubIssueService) IsAvailableReturns(result1 bool)
func (*FakeGitHubIssueService) IsAvailableReturnsOnCall ¶
func (fake *FakeGitHubIssueService) IsAvailableReturnsOnCall(i int, result1 bool)
func (*FakeGitHubIssueService) ListIssues ¶
func (fake *FakeGitHubIssueService) ListIssues(arg1 context.Context) ([]domain.GitHubIssue, error)
func (*FakeGitHubIssueService) ListIssuesArgsForCall ¶
func (fake *FakeGitHubIssueService) ListIssuesArgsForCall(i int) context.Context
func (*FakeGitHubIssueService) ListIssuesCallCount ¶
func (fake *FakeGitHubIssueService) ListIssuesCallCount() int
func (*FakeGitHubIssueService) ListIssuesCalls ¶
func (fake *FakeGitHubIssueService) ListIssuesCalls(stub func(context.Context) ([]domain.GitHubIssue, error))
func (*FakeGitHubIssueService) ListIssuesReturns ¶
func (fake *FakeGitHubIssueService) ListIssuesReturns(result1 []domain.GitHubIssue, result2 error)
func (*FakeGitHubIssueService) ListIssuesReturnsOnCall ¶
func (fake *FakeGitHubIssueService) ListIssuesReturnsOnCall(i int, result1 []domain.GitHubIssue, result2 error)
type FakeHookCommandProvider ¶
type FakeHookCommandProvider struct {
CommandsDueStub func(domain.HookPoint) []domain.HookCommand
// contains filtered or unexported fields
}
func (*FakeHookCommandProvider) CommandsDue ¶
func (fake *FakeHookCommandProvider) CommandsDue(arg1 domain.HookPoint) []domain.HookCommand
func (*FakeHookCommandProvider) CommandsDueArgsForCall ¶
func (fake *FakeHookCommandProvider) CommandsDueArgsForCall(i int) domain.HookPoint
func (*FakeHookCommandProvider) CommandsDueCallCount ¶
func (fake *FakeHookCommandProvider) CommandsDueCallCount() int
func (*FakeHookCommandProvider) CommandsDueCalls ¶
func (fake *FakeHookCommandProvider) CommandsDueCalls(stub func(domain.HookPoint) []domain.HookCommand)
func (*FakeHookCommandProvider) CommandsDueReturns ¶
func (fake *FakeHookCommandProvider) CommandsDueReturns(result1 []domain.HookCommand)
func (*FakeHookCommandProvider) CommandsDueReturnsOnCall ¶
func (fake *FakeHookCommandProvider) CommandsDueReturnsOnCall(i int, result1 []domain.HookCommand)
func (*FakeHookCommandProvider) Invocations ¶
func (fake *FakeHookCommandProvider) Invocations() map[string][][]interface{}
type FakeImageAnnotator ¶
type FakeImageAnnotator struct {
AnnotateImageStub func(context.Context, domain.ImageAttachment, domain.AnnotateOptions) (*domain.ImageAnnotation, error)
// contains filtered or unexported fields
}
func (*FakeImageAnnotator) AnnotateImage ¶
func (fake *FakeImageAnnotator) AnnotateImage(arg1 context.Context, arg2 domain.ImageAttachment, arg3 domain.AnnotateOptions) (*domain.ImageAnnotation, error)
func (*FakeImageAnnotator) AnnotateImageArgsForCall ¶
func (fake *FakeImageAnnotator) AnnotateImageArgsForCall(i int) (context.Context, domain.ImageAttachment, domain.AnnotateOptions)
func (*FakeImageAnnotator) AnnotateImageCallCount ¶
func (fake *FakeImageAnnotator) AnnotateImageCallCount() int
func (*FakeImageAnnotator) AnnotateImageCalls ¶
func (fake *FakeImageAnnotator) AnnotateImageCalls(stub func(context.Context, domain.ImageAttachment, domain.AnnotateOptions) (*domain.ImageAnnotation, error))
func (*FakeImageAnnotator) AnnotateImageReturns ¶
func (fake *FakeImageAnnotator) AnnotateImageReturns(result1 *domain.ImageAnnotation, result2 error)
func (*FakeImageAnnotator) AnnotateImageReturnsOnCall ¶
func (fake *FakeImageAnnotator) AnnotateImageReturnsOnCall(i int, result1 *domain.ImageAnnotation, result2 error)
func (*FakeImageAnnotator) Invocations ¶
func (fake *FakeImageAnnotator) Invocations() map[string][][]interface{}
type FakeImageService ¶
type FakeImageService struct {
CreateDataURLStub func(*domain.ImageAttachment) string
CreateImageVariationStub func(context.Context, string, string, string) (string, error)
EditImageStub func(context.Context, string, string, string, string, string, string) (string, error)
GenerateImageStub func(context.Context, string, string, string, string) (string, error)
IsImageFileStub func(string) bool
IsImageModelStub func(string) bool
IsImageURLStub func(string) bool
ReadImageFromBinaryStub func([]byte, string) (*domain.ImageAttachment, error)
ReadImageFromFileStub func(string) (*domain.ImageAttachment, error)
ReadImageFromURLStub func(string) (*domain.ImageAttachment, error)
// contains filtered or unexported fields
}
func (*FakeImageService) CreateDataURL ¶
func (fake *FakeImageService) CreateDataURL(arg1 *domain.ImageAttachment) string
func (*FakeImageService) CreateDataURLArgsForCall ¶
func (fake *FakeImageService) CreateDataURLArgsForCall(i int) *domain.ImageAttachment
func (*FakeImageService) CreateDataURLCallCount ¶
func (fake *FakeImageService) CreateDataURLCallCount() int
func (*FakeImageService) CreateDataURLCalls ¶
func (fake *FakeImageService) CreateDataURLCalls(stub func(*domain.ImageAttachment) string)
func (*FakeImageService) CreateDataURLReturns ¶
func (fake *FakeImageService) CreateDataURLReturns(result1 string)
func (*FakeImageService) CreateDataURLReturnsOnCall ¶
func (fake *FakeImageService) CreateDataURLReturnsOnCall(i int, result1 string)
func (*FakeImageService) CreateImageVariation ¶
func (*FakeImageService) CreateImageVariationArgsForCall ¶
func (*FakeImageService) CreateImageVariationCallCount ¶
func (fake *FakeImageService) CreateImageVariationCallCount() int
func (*FakeImageService) CreateImageVariationCalls ¶
func (*FakeImageService) CreateImageVariationReturns ¶
func (fake *FakeImageService) CreateImageVariationReturns(result1 string, result2 error)
func (*FakeImageService) CreateImageVariationReturnsOnCall ¶
func (fake *FakeImageService) CreateImageVariationReturnsOnCall(i int, result1 string, result2 error)
func (*FakeImageService) EditImageArgsForCall ¶
func (*FakeImageService) EditImageCallCount ¶
func (fake *FakeImageService) EditImageCallCount() int
func (*FakeImageService) EditImageCalls ¶
func (*FakeImageService) EditImageReturns ¶
func (fake *FakeImageService) EditImageReturns(result1 string, result2 error)
func (*FakeImageService) EditImageReturnsOnCall ¶
func (fake *FakeImageService) EditImageReturnsOnCall(i int, result1 string, result2 error)
func (*FakeImageService) GenerateImage ¶
func (*FakeImageService) GenerateImageArgsForCall ¶
func (*FakeImageService) GenerateImageCallCount ¶
func (fake *FakeImageService) GenerateImageCallCount() int
func (*FakeImageService) GenerateImageCalls ¶
func (*FakeImageService) GenerateImageReturns ¶
func (fake *FakeImageService) GenerateImageReturns(result1 string, result2 error)
func (*FakeImageService) GenerateImageReturnsOnCall ¶
func (fake *FakeImageService) GenerateImageReturnsOnCall(i int, result1 string, result2 error)
func (*FakeImageService) Invocations ¶
func (fake *FakeImageService) Invocations() map[string][][]interface{}
func (*FakeImageService) IsImageFile ¶
func (fake *FakeImageService) IsImageFile(arg1 string) bool
func (*FakeImageService) IsImageFileArgsForCall ¶
func (fake *FakeImageService) IsImageFileArgsForCall(i int) string
func (*FakeImageService) IsImageFileCallCount ¶
func (fake *FakeImageService) IsImageFileCallCount() int
func (*FakeImageService) IsImageFileCalls ¶
func (fake *FakeImageService) IsImageFileCalls(stub func(string) bool)
func (*FakeImageService) IsImageFileReturns ¶
func (fake *FakeImageService) IsImageFileReturns(result1 bool)
func (*FakeImageService) IsImageFileReturnsOnCall ¶
func (fake *FakeImageService) IsImageFileReturnsOnCall(i int, result1 bool)
func (*FakeImageService) IsImageModel ¶
func (fake *FakeImageService) IsImageModel(arg1 string) bool
func (*FakeImageService) IsImageModelArgsForCall ¶
func (fake *FakeImageService) IsImageModelArgsForCall(i int) string
func (*FakeImageService) IsImageModelCallCount ¶
func (fake *FakeImageService) IsImageModelCallCount() int
func (*FakeImageService) IsImageModelCalls ¶
func (fake *FakeImageService) IsImageModelCalls(stub func(string) bool)
func (*FakeImageService) IsImageModelReturns ¶
func (fake *FakeImageService) IsImageModelReturns(result1 bool)
func (*FakeImageService) IsImageModelReturnsOnCall ¶
func (fake *FakeImageService) IsImageModelReturnsOnCall(i int, result1 bool)
func (*FakeImageService) IsImageURL ¶
func (fake *FakeImageService) IsImageURL(arg1 string) bool
func (*FakeImageService) IsImageURLArgsForCall ¶
func (fake *FakeImageService) IsImageURLArgsForCall(i int) string
func (*FakeImageService) IsImageURLCallCount ¶
func (fake *FakeImageService) IsImageURLCallCount() int
func (*FakeImageService) IsImageURLCalls ¶
func (fake *FakeImageService) IsImageURLCalls(stub func(string) bool)
func (*FakeImageService) IsImageURLReturns ¶
func (fake *FakeImageService) IsImageURLReturns(result1 bool)
func (*FakeImageService) IsImageURLReturnsOnCall ¶
func (fake *FakeImageService) IsImageURLReturnsOnCall(i int, result1 bool)
func (*FakeImageService) ReadImageFromBinary ¶
func (fake *FakeImageService) ReadImageFromBinary(arg1 []byte, arg2 string) (*domain.ImageAttachment, error)
func (*FakeImageService) ReadImageFromBinaryArgsForCall ¶
func (fake *FakeImageService) ReadImageFromBinaryArgsForCall(i int) ([]byte, string)
func (*FakeImageService) ReadImageFromBinaryCallCount ¶
func (fake *FakeImageService) ReadImageFromBinaryCallCount() int
func (*FakeImageService) ReadImageFromBinaryCalls ¶
func (fake *FakeImageService) ReadImageFromBinaryCalls(stub func([]byte, string) (*domain.ImageAttachment, error))
func (*FakeImageService) ReadImageFromBinaryReturns ¶
func (fake *FakeImageService) ReadImageFromBinaryReturns(result1 *domain.ImageAttachment, result2 error)
func (*FakeImageService) ReadImageFromBinaryReturnsOnCall ¶
func (fake *FakeImageService) ReadImageFromBinaryReturnsOnCall(i int, result1 *domain.ImageAttachment, result2 error)
func (*FakeImageService) ReadImageFromFile ¶
func (fake *FakeImageService) ReadImageFromFile(arg1 string) (*domain.ImageAttachment, error)
func (*FakeImageService) ReadImageFromFileArgsForCall ¶
func (fake *FakeImageService) ReadImageFromFileArgsForCall(i int) string
func (*FakeImageService) ReadImageFromFileCallCount ¶
func (fake *FakeImageService) ReadImageFromFileCallCount() int
func (*FakeImageService) ReadImageFromFileCalls ¶
func (fake *FakeImageService) ReadImageFromFileCalls(stub func(string) (*domain.ImageAttachment, error))
func (*FakeImageService) ReadImageFromFileReturns ¶
func (fake *FakeImageService) ReadImageFromFileReturns(result1 *domain.ImageAttachment, result2 error)
func (*FakeImageService) ReadImageFromFileReturnsOnCall ¶
func (fake *FakeImageService) ReadImageFromFileReturnsOnCall(i int, result1 *domain.ImageAttachment, result2 error)
func (*FakeImageService) ReadImageFromURL ¶
func (fake *FakeImageService) ReadImageFromURL(arg1 string) (*domain.ImageAttachment, error)
func (*FakeImageService) ReadImageFromURLArgsForCall ¶
func (fake *FakeImageService) ReadImageFromURLArgsForCall(i int) string
func (*FakeImageService) ReadImageFromURLCallCount ¶
func (fake *FakeImageService) ReadImageFromURLCallCount() int
func (*FakeImageService) ReadImageFromURLCalls ¶
func (fake *FakeImageService) ReadImageFromURLCalls(stub func(string) (*domain.ImageAttachment, error))
func (*FakeImageService) ReadImageFromURLReturns ¶
func (fake *FakeImageService) ReadImageFromURLReturns(result1 *domain.ImageAttachment, result2 error)
func (*FakeImageService) ReadImageFromURLReturnsOnCall ¶
func (fake *FakeImageService) ReadImageFromURLReturnsOnCall(i int, result1 *domain.ImageAttachment, result2 error)
type FakeMCPClient ¶
type FakeMCPClient struct {
CallToolStub func(context.Context, string, string, map[string]any) (any, error)
CloseStub func() error
DiscoverToolsStub func(context.Context) (map[string][]domain.MCPDiscoveredTool, error)
PingServerStub func(context.Context, string) error
// contains filtered or unexported fields
}
func (*FakeMCPClient) CallToolArgsForCall ¶
func (*FakeMCPClient) CallToolCallCount ¶
func (fake *FakeMCPClient) CallToolCallCount() int
func (*FakeMCPClient) CallToolCalls ¶
func (*FakeMCPClient) CallToolReturns ¶
func (fake *FakeMCPClient) CallToolReturns(result1 any, result2 error)
func (*FakeMCPClient) CallToolReturnsOnCall ¶
func (fake *FakeMCPClient) CallToolReturnsOnCall(i int, result1 any, result2 error)
func (*FakeMCPClient) Close ¶
func (fake *FakeMCPClient) Close() error
func (*FakeMCPClient) CloseCallCount ¶
func (fake *FakeMCPClient) CloseCallCount() int
func (*FakeMCPClient) CloseCalls ¶
func (fake *FakeMCPClient) CloseCalls(stub func() error)
func (*FakeMCPClient) CloseReturns ¶
func (fake *FakeMCPClient) CloseReturns(result1 error)
func (*FakeMCPClient) CloseReturnsOnCall ¶
func (fake *FakeMCPClient) CloseReturnsOnCall(i int, result1 error)
func (*FakeMCPClient) DiscoverTools ¶
func (fake *FakeMCPClient) DiscoverTools(arg1 context.Context) (map[string][]domain.MCPDiscoveredTool, error)
func (*FakeMCPClient) DiscoverToolsArgsForCall ¶
func (fake *FakeMCPClient) DiscoverToolsArgsForCall(i int) context.Context
func (*FakeMCPClient) DiscoverToolsCallCount ¶
func (fake *FakeMCPClient) DiscoverToolsCallCount() int
func (*FakeMCPClient) DiscoverToolsCalls ¶
func (fake *FakeMCPClient) DiscoverToolsCalls(stub func(context.Context) (map[string][]domain.MCPDiscoveredTool, error))
func (*FakeMCPClient) DiscoverToolsReturns ¶
func (fake *FakeMCPClient) DiscoverToolsReturns(result1 map[string][]domain.MCPDiscoveredTool, result2 error)
func (*FakeMCPClient) DiscoverToolsReturnsOnCall ¶
func (fake *FakeMCPClient) DiscoverToolsReturnsOnCall(i int, result1 map[string][]domain.MCPDiscoveredTool, result2 error)
func (*FakeMCPClient) Invocations ¶
func (fake *FakeMCPClient) Invocations() map[string][][]interface{}
func (*FakeMCPClient) PingServer ¶
func (fake *FakeMCPClient) PingServer(arg1 context.Context, arg2 string) error
func (*FakeMCPClient) PingServerArgsForCall ¶
func (fake *FakeMCPClient) PingServerArgsForCall(i int) (context.Context, string)
func (*FakeMCPClient) PingServerCallCount ¶
func (fake *FakeMCPClient) PingServerCallCount() int
func (*FakeMCPClient) PingServerCalls ¶
func (fake *FakeMCPClient) PingServerCalls(stub func(context.Context, string) error)
func (*FakeMCPClient) PingServerReturns ¶
func (fake *FakeMCPClient) PingServerReturns(result1 error)
func (*FakeMCPClient) PingServerReturnsOnCall ¶
func (fake *FakeMCPClient) PingServerReturnsOnCall(i int, result1 error)
type FakeSkillsService ¶
type FakeSkillsService struct {
CleanupDynamicStub func(context.Context) error
DiscoverStub func(context.Context, string) (domain.Skill, bool)
ErrorsStub func() []domain.SkillLoadError
GetStub func(string) (domain.Skill, bool)
ListStub func() []domain.Skill
LoadStub func(context.Context) error
// contains filtered or unexported fields
}
func (*FakeSkillsService) CleanupDynamic ¶
func (fake *FakeSkillsService) CleanupDynamic(arg1 context.Context) error
func (*FakeSkillsService) CleanupDynamicArgsForCall ¶
func (fake *FakeSkillsService) CleanupDynamicArgsForCall(i int) context.Context
func (*FakeSkillsService) CleanupDynamicCallCount ¶
func (fake *FakeSkillsService) CleanupDynamicCallCount() int
func (*FakeSkillsService) CleanupDynamicCalls ¶
func (fake *FakeSkillsService) CleanupDynamicCalls(stub func(context.Context) error)
func (*FakeSkillsService) CleanupDynamicReturns ¶
func (fake *FakeSkillsService) CleanupDynamicReturns(result1 error)
func (*FakeSkillsService) CleanupDynamicReturnsOnCall ¶
func (fake *FakeSkillsService) CleanupDynamicReturnsOnCall(i int, result1 error)
func (*FakeSkillsService) DiscoverArgsForCall ¶
func (fake *FakeSkillsService) DiscoverArgsForCall(i int) (context.Context, string)
func (*FakeSkillsService) DiscoverCallCount ¶
func (fake *FakeSkillsService) DiscoverCallCount() int
func (*FakeSkillsService) DiscoverCalls ¶
func (*FakeSkillsService) DiscoverReturns ¶
func (fake *FakeSkillsService) DiscoverReturns(result1 domain.Skill, result2 bool)
func (*FakeSkillsService) DiscoverReturnsOnCall ¶
func (fake *FakeSkillsService) DiscoverReturnsOnCall(i int, result1 domain.Skill, result2 bool)
func (*FakeSkillsService) Errors ¶
func (fake *FakeSkillsService) Errors() []domain.SkillLoadError
func (*FakeSkillsService) ErrorsCallCount ¶
func (fake *FakeSkillsService) ErrorsCallCount() int
func (*FakeSkillsService) ErrorsCalls ¶
func (fake *FakeSkillsService) ErrorsCalls(stub func() []domain.SkillLoadError)
func (*FakeSkillsService) ErrorsReturns ¶
func (fake *FakeSkillsService) ErrorsReturns(result1 []domain.SkillLoadError)
func (*FakeSkillsService) ErrorsReturnsOnCall ¶
func (fake *FakeSkillsService) ErrorsReturnsOnCall(i int, result1 []domain.SkillLoadError)
func (*FakeSkillsService) Get ¶
func (fake *FakeSkillsService) Get(arg1 string) (domain.Skill, bool)
func (*FakeSkillsService) GetArgsForCall ¶
func (fake *FakeSkillsService) GetArgsForCall(i int) string
func (*FakeSkillsService) GetCallCount ¶
func (fake *FakeSkillsService) GetCallCount() int
func (*FakeSkillsService) GetCalls ¶
func (fake *FakeSkillsService) GetCalls(stub func(string) (domain.Skill, bool))
func (*FakeSkillsService) GetReturns ¶
func (fake *FakeSkillsService) GetReturns(result1 domain.Skill, result2 bool)
func (*FakeSkillsService) GetReturnsOnCall ¶
func (fake *FakeSkillsService) GetReturnsOnCall(i int, result1 domain.Skill, result2 bool)
func (*FakeSkillsService) Invocations ¶
func (fake *FakeSkillsService) Invocations() map[string][][]interface{}
func (*FakeSkillsService) List ¶
func (fake *FakeSkillsService) List() []domain.Skill
func (*FakeSkillsService) ListCallCount ¶
func (fake *FakeSkillsService) ListCallCount() int
func (*FakeSkillsService) ListCalls ¶
func (fake *FakeSkillsService) ListCalls(stub func() []domain.Skill)
func (*FakeSkillsService) ListReturns ¶
func (fake *FakeSkillsService) ListReturns(result1 []domain.Skill)
func (*FakeSkillsService) ListReturnsOnCall ¶
func (fake *FakeSkillsService) ListReturnsOnCall(i int, result1 []domain.Skill)
func (*FakeSkillsService) LoadArgsForCall ¶
func (fake *FakeSkillsService) LoadArgsForCall(i int) context.Context
func (*FakeSkillsService) LoadCallCount ¶
func (fake *FakeSkillsService) LoadCallCount() int
func (*FakeSkillsService) LoadCalls ¶
func (fake *FakeSkillsService) LoadCalls(stub func(context.Context) error)
func (*FakeSkillsService) LoadReturns ¶
func (fake *FakeSkillsService) LoadReturns(result1 error)
func (*FakeSkillsService) LoadReturnsOnCall ¶
func (fake *FakeSkillsService) LoadReturnsOnCall(i int, result1 error)
type FakeSystemReminderProvider ¶
type FakeSystemReminderProvider struct {
RemindersDueStub func(domain.ReminderQuery) []domain.SystemReminder
// contains filtered or unexported fields
}
func (*FakeSystemReminderProvider) Invocations ¶
func (fake *FakeSystemReminderProvider) Invocations() map[string][][]interface{}
func (*FakeSystemReminderProvider) RemindersDue ¶
func (fake *FakeSystemReminderProvider) RemindersDue(arg1 domain.ReminderQuery) []domain.SystemReminder
func (*FakeSystemReminderProvider) RemindersDueArgsForCall ¶
func (fake *FakeSystemReminderProvider) RemindersDueArgsForCall(i int) domain.ReminderQuery
func (*FakeSystemReminderProvider) RemindersDueCallCount ¶
func (fake *FakeSystemReminderProvider) RemindersDueCallCount() int
func (*FakeSystemReminderProvider) RemindersDueCalls ¶
func (fake *FakeSystemReminderProvider) RemindersDueCalls(stub func(domain.ReminderQuery) []domain.SystemReminder)
func (*FakeSystemReminderProvider) RemindersDueReturns ¶
func (fake *FakeSystemReminderProvider) RemindersDueReturns(result1 []domain.SystemReminder)
func (*FakeSystemReminderProvider) RemindersDueReturnsOnCall ¶
func (fake *FakeSystemReminderProvider) RemindersDueReturnsOnCall(i int, result1 []domain.SystemReminder)
type FakeTool ¶
type FakeTool struct {
DefinitionStub func() sdk.ChatCompletionTool
ExecuteStub func(context.Context, map[string]any) (*domain.ToolExecutionResult, error)
FormatPreviewStub func(*domain.ToolExecutionResult) string
FormatResultStub func(*domain.ToolExecutionResult, domain.FormatterType) string
IsEnabledStub func() bool
ShouldAlwaysExpandStub func() bool
ShouldCollapseArgStub func(string) bool
ValidateStub func(map[string]any) error
// contains filtered or unexported fields
}
func (*FakeTool) Definition ¶
func (fake *FakeTool) Definition() sdk.ChatCompletionTool
func (*FakeTool) DefinitionCallCount ¶
func (*FakeTool) DefinitionCalls ¶
func (fake *FakeTool) DefinitionCalls(stub func() sdk.ChatCompletionTool)
func (*FakeTool) DefinitionReturns ¶
func (fake *FakeTool) DefinitionReturns(result1 sdk.ChatCompletionTool)
func (*FakeTool) DefinitionReturnsOnCall ¶
func (fake *FakeTool) DefinitionReturnsOnCall(i int, result1 sdk.ChatCompletionTool)
func (*FakeTool) ExecuteArgsForCall ¶
func (*FakeTool) ExecuteCallCount ¶
func (*FakeTool) ExecuteCalls ¶
func (*FakeTool) ExecuteReturns ¶
func (fake *FakeTool) ExecuteReturns(result1 *domain.ToolExecutionResult, result2 error)
func (*FakeTool) ExecuteReturnsOnCall ¶
func (fake *FakeTool) ExecuteReturnsOnCall(i int, result1 *domain.ToolExecutionResult, result2 error)
func (*FakeTool) FormatPreview ¶
func (fake *FakeTool) FormatPreview(arg1 *domain.ToolExecutionResult) string
func (*FakeTool) FormatPreviewArgsForCall ¶
func (fake *FakeTool) FormatPreviewArgsForCall(i int) *domain.ToolExecutionResult
func (*FakeTool) FormatPreviewCallCount ¶
func (*FakeTool) FormatPreviewCalls ¶
func (fake *FakeTool) FormatPreviewCalls(stub func(*domain.ToolExecutionResult) string)
func (*FakeTool) FormatPreviewReturns ¶
func (*FakeTool) FormatPreviewReturnsOnCall ¶
func (*FakeTool) FormatResult ¶
func (fake *FakeTool) FormatResult(arg1 *domain.ToolExecutionResult, arg2 domain.FormatterType) string
func (*FakeTool) FormatResultArgsForCall ¶
func (fake *FakeTool) FormatResultArgsForCall(i int) (*domain.ToolExecutionResult, domain.FormatterType)
func (*FakeTool) FormatResultCallCount ¶
func (*FakeTool) FormatResultCalls ¶
func (fake *FakeTool) FormatResultCalls(stub func(*domain.ToolExecutionResult, domain.FormatterType) string)
func (*FakeTool) FormatResultReturns ¶
func (*FakeTool) FormatResultReturnsOnCall ¶
func (*FakeTool) Invocations ¶
func (*FakeTool) IsEnabledCallCount ¶
func (*FakeTool) IsEnabledCalls ¶
func (*FakeTool) IsEnabledReturns ¶
func (*FakeTool) IsEnabledReturnsOnCall ¶
func (*FakeTool) ShouldAlwaysExpand ¶
func (*FakeTool) ShouldAlwaysExpandCallCount ¶
func (*FakeTool) ShouldAlwaysExpandCalls ¶
func (*FakeTool) ShouldAlwaysExpandReturns ¶
func (*FakeTool) ShouldAlwaysExpandReturnsOnCall ¶
func (*FakeTool) ShouldCollapseArg ¶
func (*FakeTool) ShouldCollapseArgArgsForCall ¶
func (*FakeTool) ShouldCollapseArgCallCount ¶
func (*FakeTool) ShouldCollapseArgCalls ¶
func (*FakeTool) ShouldCollapseArgReturns ¶
func (*FakeTool) ShouldCollapseArgReturnsOnCall ¶
func (*FakeTool) ValidateArgsForCall ¶
func (*FakeTool) ValidateCallCount ¶
func (*FakeTool) ValidateCalls ¶
func (*FakeTool) ValidateReturns ¶
func (*FakeTool) ValidateReturnsOnCall ¶
type FakeToolService ¶
type FakeToolService struct {
ExecuteToolStub func(context.Context, sdk.ChatCompletionMessageToolCallFunction) (*domain.ToolExecutionResult, error)
ExecuteToolDirectStub func(context.Context, sdk.ChatCompletionMessageToolCallFunction) (*domain.ToolExecutionResult, error)
GetA2ATaskTrackerStub func() domain.A2ATaskTracker
GetToolStub func(string) (domain.Tool, error)
IsToolEnabledStub func(string) bool
ListAvailableToolsStub func() []string
ListToolsStub func() []sdk.ChatCompletionTool
ListToolsForModeStub func(domain.AgentMode) []sdk.ChatCompletionTool
ValidateToolStub func(string, map[string]any) error
// contains filtered or unexported fields
}
func (*FakeToolService) ExecuteTool ¶
func (fake *FakeToolService) ExecuteTool(arg1 context.Context, arg2 sdk.ChatCompletionMessageToolCallFunction) (*domain.ToolExecutionResult, error)
func (*FakeToolService) ExecuteToolArgsForCall ¶
func (fake *FakeToolService) ExecuteToolArgsForCall(i int) (context.Context, sdk.ChatCompletionMessageToolCallFunction)
func (*FakeToolService) ExecuteToolCallCount ¶
func (fake *FakeToolService) ExecuteToolCallCount() int
func (*FakeToolService) ExecuteToolCalls ¶
func (fake *FakeToolService) ExecuteToolCalls(stub func(context.Context, sdk.ChatCompletionMessageToolCallFunction) (*domain.ToolExecutionResult, error))
func (*FakeToolService) ExecuteToolDirect ¶
func (fake *FakeToolService) ExecuteToolDirect(arg1 context.Context, arg2 sdk.ChatCompletionMessageToolCallFunction) (*domain.ToolExecutionResult, error)
func (*FakeToolService) ExecuteToolDirectArgsForCall ¶
func (fake *FakeToolService) ExecuteToolDirectArgsForCall(i int) (context.Context, sdk.ChatCompletionMessageToolCallFunction)
func (*FakeToolService) ExecuteToolDirectCallCount ¶
func (fake *FakeToolService) ExecuteToolDirectCallCount() int
func (*FakeToolService) ExecuteToolDirectCalls ¶
func (fake *FakeToolService) ExecuteToolDirectCalls(stub func(context.Context, sdk.ChatCompletionMessageToolCallFunction) (*domain.ToolExecutionResult, error))
func (*FakeToolService) ExecuteToolDirectReturns ¶
func (fake *FakeToolService) ExecuteToolDirectReturns(result1 *domain.ToolExecutionResult, result2 error)
func (*FakeToolService) ExecuteToolDirectReturnsOnCall ¶
func (fake *FakeToolService) ExecuteToolDirectReturnsOnCall(i int, result1 *domain.ToolExecutionResult, result2 error)
func (*FakeToolService) ExecuteToolReturns ¶
func (fake *FakeToolService) ExecuteToolReturns(result1 *domain.ToolExecutionResult, result2 error)
func (*FakeToolService) ExecuteToolReturnsOnCall ¶
func (fake *FakeToolService) ExecuteToolReturnsOnCall(i int, result1 *domain.ToolExecutionResult, result2 error)
func (*FakeToolService) GetA2ATaskTracker ¶
func (fake *FakeToolService) GetA2ATaskTracker() domain.A2ATaskTracker
func (*FakeToolService) GetA2ATaskTrackerCallCount ¶
func (fake *FakeToolService) GetA2ATaskTrackerCallCount() int
func (*FakeToolService) GetA2ATaskTrackerCalls ¶
func (fake *FakeToolService) GetA2ATaskTrackerCalls(stub func() domain.A2ATaskTracker)
func (*FakeToolService) GetA2ATaskTrackerReturns ¶
func (fake *FakeToolService) GetA2ATaskTrackerReturns(result1 domain.A2ATaskTracker)
func (*FakeToolService) GetA2ATaskTrackerReturnsOnCall ¶
func (fake *FakeToolService) GetA2ATaskTrackerReturnsOnCall(i int, result1 domain.A2ATaskTracker)
func (*FakeToolService) GetTool ¶
func (fake *FakeToolService) GetTool(arg1 string) (domain.Tool, error)
func (*FakeToolService) GetToolArgsForCall ¶
func (fake *FakeToolService) GetToolArgsForCall(i int) string
func (*FakeToolService) GetToolCallCount ¶
func (fake *FakeToolService) GetToolCallCount() int
func (*FakeToolService) GetToolCalls ¶
func (fake *FakeToolService) GetToolCalls(stub func(string) (domain.Tool, error))
func (*FakeToolService) GetToolReturns ¶
func (fake *FakeToolService) GetToolReturns(result1 domain.Tool, result2 error)
func (*FakeToolService) GetToolReturnsOnCall ¶
func (fake *FakeToolService) GetToolReturnsOnCall(i int, result1 domain.Tool, result2 error)
func (*FakeToolService) Invocations ¶
func (fake *FakeToolService) Invocations() map[string][][]interface{}
func (*FakeToolService) IsToolEnabled ¶
func (fake *FakeToolService) IsToolEnabled(arg1 string) bool
func (*FakeToolService) IsToolEnabledArgsForCall ¶
func (fake *FakeToolService) IsToolEnabledArgsForCall(i int) string
func (*FakeToolService) IsToolEnabledCallCount ¶
func (fake *FakeToolService) IsToolEnabledCallCount() int
func (*FakeToolService) IsToolEnabledCalls ¶
func (fake *FakeToolService) IsToolEnabledCalls(stub func(string) bool)
func (*FakeToolService) IsToolEnabledReturns ¶
func (fake *FakeToolService) IsToolEnabledReturns(result1 bool)
func (*FakeToolService) IsToolEnabledReturnsOnCall ¶
func (fake *FakeToolService) IsToolEnabledReturnsOnCall(i int, result1 bool)
func (*FakeToolService) ListAvailableTools ¶
func (fake *FakeToolService) ListAvailableTools() []string
func (*FakeToolService) ListAvailableToolsCallCount ¶
func (fake *FakeToolService) ListAvailableToolsCallCount() int
func (*FakeToolService) ListAvailableToolsCalls ¶
func (fake *FakeToolService) ListAvailableToolsCalls(stub func() []string)
func (*FakeToolService) ListAvailableToolsReturns ¶
func (fake *FakeToolService) ListAvailableToolsReturns(result1 []string)
func (*FakeToolService) ListAvailableToolsReturnsOnCall ¶
func (fake *FakeToolService) ListAvailableToolsReturnsOnCall(i int, result1 []string)
func (*FakeToolService) ListTools ¶
func (fake *FakeToolService) ListTools() []sdk.ChatCompletionTool
func (*FakeToolService) ListToolsCallCount ¶
func (fake *FakeToolService) ListToolsCallCount() int
func (*FakeToolService) ListToolsCalls ¶
func (fake *FakeToolService) ListToolsCalls(stub func() []sdk.ChatCompletionTool)
func (*FakeToolService) ListToolsForMode ¶
func (fake *FakeToolService) ListToolsForMode(arg1 domain.AgentMode) []sdk.ChatCompletionTool
func (*FakeToolService) ListToolsForModeArgsForCall ¶
func (fake *FakeToolService) ListToolsForModeArgsForCall(i int) domain.AgentMode
func (*FakeToolService) ListToolsForModeCallCount ¶
func (fake *FakeToolService) ListToolsForModeCallCount() int
func (*FakeToolService) ListToolsForModeCalls ¶
func (fake *FakeToolService) ListToolsForModeCalls(stub func(domain.AgentMode) []sdk.ChatCompletionTool)
func (*FakeToolService) ListToolsForModeReturns ¶
func (fake *FakeToolService) ListToolsForModeReturns(result1 []sdk.ChatCompletionTool)
func (*FakeToolService) ListToolsForModeReturnsOnCall ¶
func (fake *FakeToolService) ListToolsForModeReturnsOnCall(i int, result1 []sdk.ChatCompletionTool)
func (*FakeToolService) ListToolsReturns ¶
func (fake *FakeToolService) ListToolsReturns(result1 []sdk.ChatCompletionTool)
func (*FakeToolService) ListToolsReturnsOnCall ¶
func (fake *FakeToolService) ListToolsReturnsOnCall(i int, result1 []sdk.ChatCompletionTool)
func (*FakeToolService) ValidateTool ¶
func (fake *FakeToolService) ValidateTool(arg1 string, arg2 map[string]any) error
func (*FakeToolService) ValidateToolArgsForCall ¶
func (fake *FakeToolService) ValidateToolArgsForCall(i int) (string, map[string]any)
func (*FakeToolService) ValidateToolCallCount ¶
func (fake *FakeToolService) ValidateToolCallCount() int
func (*FakeToolService) ValidateToolCalls ¶
func (fake *FakeToolService) ValidateToolCalls(stub func(string, map[string]any) error)
func (*FakeToolService) ValidateToolReturns ¶
func (fake *FakeToolService) ValidateToolReturns(result1 error)
func (*FakeToolService) ValidateToolReturnsOnCall ¶
func (fake *FakeToolService) ValidateToolReturnsOnCall(i int, result1 error)
Source Files
¶
- fake_a2atask_tracker.go
- fake_agent_service.go
- fake_approval_policy.go
- fake_file_service.go
- fake_frame_source.go
- fake_git_hub_issue_service.go
- fake_hook_command_provider.go
- fake_image_annotator.go
- fake_image_service.go
- fake_mcpclient.go
- fake_skills_service.go
- fake_system_reminder_provider.go
- fake_tool.go
- fake_tool_service.go