Module ai

Module ai 

Source
Expand description

AI connector module for trace explanation

Provides a trait-based abstraction for AI chatbot APIs. Enable with the ai feature flag.

Modules§

mistral
Mistral AI connector implementation

Structs§

AIRequest
Represents an HTTP request to be sent to an AI API

Enums§

AIExplainStatus
Status of an AI explanation request
AIProvider
Available AI provider types

Traits§

AIConnector
Trait abstracting an AI chatbot connector.

Functions§

create_connector
Create an AIConnector from a provider type and model ID