bx-ai-chatting

Installation
SKILL.md

bx-ai: Chatting with AI

Core BIF: aiChat()

// Signature
aiChat( message, params={}, options={} )
  • message — string or array of message structs
  • params — model parameters (temperature, max_tokens, model, top_p, stop, etc.)
  • options — provider options (provider, apiKey, returnFormat, timeout)
  • Returns: string by default; array or struct depending on returnFormat

Simple Usage

// Simplest call — uses configured default provider
answer = aiChat( "What is the capital of France?" )
Related skills

More from ortus-boxlang/skills

Installs
3
First Seen
Apr 15, 2026