Assistant

gitinsp.domain.models.Assistant
trait Assistant

Interface required by the AIService to work. Provides chat functionality for interacting with a large language model.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def chat(msg: String): TokenStream

Processes a user message and returns a token stream response

Processes a user message and returns a token stream response

Value parameters

msg

The message from the user to process

Attributes

Returns

A stream of tokens representing the assistant's response