chore: capture() names
This commit is contained in:
@@ -584,7 +584,7 @@ router.post('/recordings/llm', requireSignIn, async (req: AuthenticatedRequest,
|
|||||||
});
|
});
|
||||||
|
|
||||||
logger.log('info', `LLM robot created with id: ${newRobot.id}`);
|
logger.log('info', `LLM robot created with id: ${newRobot.id}`);
|
||||||
capture('maxun-oss-robot-created', {
|
capture('maxun-oss-llm-robot-created', {
|
||||||
robot_meta: newRobot.recording_meta,
|
robot_meta: newRobot.recording_meta,
|
||||||
recording: newRobot.recording,
|
recording: newRobot.recording,
|
||||||
llm_provider: llmProvider || 'ollama',
|
llm_provider: llmProvider || 'ollama',
|
||||||
|
|||||||
Reference in New Issue
Block a user