Context
Provide contextual information to your agent
//carter agent already created
const response = carter.context('The player is wearing a blue t-shirt')
console.log(response.success)
{ success: boolean, error: string }Last updated
Provide contextual information to your agent
//carter agent already created
const response = carter.context('The player is wearing a blue t-shirt')
console.log(response.success)
{ success: boolean, error: string }Last updated