Documentation
¶
Overview ¶
Code generated by cozeloop. DO NOT EDIT.
Index ¶
- type LocalPromptDebugService
- func (l *LocalPromptDebugService) DebugStreaming(ctx context.Context, req *debug.DebugStreamingRequest, ...) (stream promptdebugservice.PromptDebugService_DebugStreamingClient, err error)
- func (l *LocalPromptDebugService) GetDebugContext(ctx context.Context, req *debug.GetDebugContextRequest, ...) (*debug.GetDebugContextResponse, error)
- func (l *LocalPromptDebugService) ListDebugHistory(ctx context.Context, req *debug.ListDebugHistoryRequest, ...) (*debug.ListDebugHistoryResponse, error)
- func (l *LocalPromptDebugService) SaveDebugContext(ctx context.Context, req *debug.SaveDebugContextRequest, ...) (*debug.SaveDebugContextResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalPromptDebugService ¶
type LocalPromptDebugService struct {
// contains filtered or unexported fields
}
func NewLocalPromptDebugService ¶
func NewLocalPromptDebugService(impl debug.PromptDebugService, mds ...endpoint.Middleware) *LocalPromptDebugService
func (*LocalPromptDebugService) DebugStreaming ¶
func (l *LocalPromptDebugService) DebugStreaming(ctx context.Context, req *debug.DebugStreamingRequest, callOptions ...streamcall.Option) (stream promptdebugservice.PromptDebugService_DebugStreamingClient, err error)
func (*LocalPromptDebugService) GetDebugContext ¶
func (l *LocalPromptDebugService) GetDebugContext(ctx context.Context, req *debug.GetDebugContextRequest, callOptions ...callopt.Option) (*debug.GetDebugContextResponse, error)
func (*LocalPromptDebugService) ListDebugHistory ¶
func (l *LocalPromptDebugService) ListDebugHistory(ctx context.Context, req *debug.ListDebugHistoryRequest, callOptions ...callopt.Option) (*debug.ListDebugHistoryResponse, error)
func (*LocalPromptDebugService) SaveDebugContext ¶
func (l *LocalPromptDebugService) SaveDebugContext(ctx context.Context, req *debug.SaveDebugContextRequest, callOptions ...callopt.Option) (*debug.SaveDebugContextResponse, error)
Click to show internal directories.
Click to hide internal directories.