Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OTelChatStream ¶
type OTelChatStream struct {
// contains filtered or unexported fields
}
OTelChatStream wraps a ChatCompletionStream to capture trace data.
func (*OTelChatStream) Close ¶
func (s *OTelChatStream) Close() error
func (*OTelChatStream) Recv ¶
func (s *OTelChatStream) Recv() (*openai.StreamChatCompletionResponse, error)
type OTelFIMStream ¶
type OTelFIMStream struct {
// contains filtered or unexported fields
}
OTelFIMStream wraps a FIMChatCompletionStream to capture trace data.
func (*OTelFIMStream) FIMClose ¶
func (s *OTelFIMStream) FIMClose() error
func (*OTelFIMStream) FIMRecv ¶
func (s *OTelFIMStream) FIMRecv() (*openai.FIMStreamCompletionResponse, error)
Click to show internal directories.
Click to hide internal directories.