import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.evaluations.chat.getHistory('evaluation_id');
console.log(response);{}Get chat history for an evaluation
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const response = await client.dataframer.evaluations.chat.getHistory('evaluation_id');
console.log(response);{}