our friendly logo that looks like a hashbrown character from an animated tv showhashbrown

@hashbrownai/angularChatResourceOptions

Configuration options for the chat resource.

@interface ChatResourceOptions @template Tools @property {string | Signal} system - The system (assistant) prompt. @property {string | Signal} model - The model identifier to use for the chat. @property {Tools[]} [tools] - Optional array of bound tools available to the chat. @property {Chat.Message<string, Tools>[] | Signal<Chat.Message<string, Tools>[]>} [messages] - Optional initial list of chat messages. @property {number} [debounce] - Optional debounce interval in milliseconds between user inputs. @property {string} [debugName] - Optional name used for debugging in logs. @property {string} [apiUrl] - Optional override for the API base URL.

interface ChatResourceOptions<Tools extends Chat.AnyTool>  {
apiUrl?: string;
debounce?: number;
debugName?: string;
messages?: Chat.Message<string, Tools>[] | Signal<Chat.Message<string, Tools>[]>;
model: string | Signal<string>;
system: string | Signal<string>;
tools?: Tools[];
}
@typeTools
Chat.AnyTool

LiveLoveApp provides secure, compliant, and reliable long-term support to enterprises. We are a group of engineers who are passionate about open source.

Enterprise Support

AI Engineering Sprint

Get your team up-to-speed on AI engineering with a one week AI engineering sprint. Includes a workshop on AI engineering with hashbrown and a few days with the hashbrown developer team to bring your AI ideas to life.

Long Term Support

Keep your hashbrown deployments running at peak performance with our Long Term Support. Includes an ongoing support retainer for direct access to the hashbrown developer team, SLA-backed issue resolution, and guided upgrades.

Consulting

LiveLoveApp provides hands-on engagement with our AI engineers for architecture reviews, custom integrations, proof-of-concept builds, performance tuning, and expert guidance on best practices.