Skip to main content
POST
/
api
/
conversations
/
{conversation_id}
/
security_analyzer
{
  "success": true
}

Path Parameters

conversation_id
string<uuid>
required

Body

application/json

Payload to set security analyzer for a conversation

security_analyzer
object | null
required

The security analyzer to set LLM-based security analyzer.

This analyzer respects the security_risk attribute that can be set by the LLM when generating actions, similar to OpenHands' LLMRiskAnalyzer.

It provides a lightweight security analysis approach that leverages the LLM's understanding of action context and potential risks.

Response

Successful Response

success
boolean
default:true