pipeline

abstract fun pipeline(): AIAgentPipeline?(source)

Returns the pipeline associated with this session. The pipeline becomes available after the first call to run with a pipeline parameter.

Return

The AI agent pipeline used by this session, or null if no pipeline has been set yet.