Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface PromptExecutor
An interface representing an executor for processing language model prompts. This defines methods for executing prompts against models with or without tool assistance, as well as for streaming responses.
Link copied to clipboard
object PromptExecutorExt
Utility object providing extensions for working with PromptExecutor
and processing language model responses.