Documentation
¶
Index ¶
- func ContextWithHandleStreamFn(ctx context.Context, fn ai.ModelStreamCallback) context.Context
- func ContextWithModels(ctx context.Context, m models.Models) context.Context
- func HandleStreamFnFromContext(ctx context.Context) ai.ModelStreamCallback
- func ModelsFromContext(ctx context.Context) (models.Models, bool)
- func Notify(parent context.Context, signals ...os.Signal) (context.Context, context.CancelFunc)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContextWithHandleStreamFn ¶
ContextWithHandleStreamFn 返回携带处理流函数的上下文
func ContextWithModels ¶
ContextWithModels 返回携带指定模型配置的上下文
func HandleStreamFnFromContext ¶
func HandleStreamFnFromContext(ctx context.Context) ai.ModelStreamCallback
HandleStreamFnFromContext 从上下文获取处理流函数
func ModelsFromContext ¶
ModelsFromContext 从上下文获取模型名
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.