Reference
Remy Reference/agent/setRunTitle
?

setRunTitle

Set the title of the agent run for the user's history
mindstudio.setRunTitle({ title }) → Result

Set the title of the agent run for the user's history

Parameters
title
string
RequiredThe title to assign to the agent run (supports variable interpolation)
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.setRunTitle({
  title: /* ... */
});