Documentation
¶
Overview ¶
Package all provides a convenient way to register all PromptKit providers with a single import. Instead of importing each provider individually:
import (
_ "github.com/AltairaLabs/PromptKit/runtime/providers/claude"
_ "github.com/AltairaLabs/PromptKit/runtime/providers/gemini"
_ "github.com/AltairaLabs/PromptKit/runtime/providers/ollama"
_ "github.com/AltairaLabs/PromptKit/runtime/providers/openai"
)
You can simply import this package:
import _ "github.com/AltairaLabs/PromptKit/runtime/providers/all"
This registers all available providers with the provider registry, making them available for use in your application.
Click to show internal directories.
Click to hide internal directories.