update_score_config
update_score_configModify scoring configuration parameters in Langfuse, including categories, value ranges, and metadata, to adjust evaluation criteria for LLM application observability.
Instructions
Updates an existing score config. configId is required. Provide only the fields you want to change. categoriesJson must be a JSON array of {label,value} objects when supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configId | Yes | Score config ID. Required. | |
| name | Yes | Optional new score config name. | |
| categoriesJson | Yes | Optional categorical options as a JSON array of {label,value} objects. | |
| minValue | Yes | Optional minimum numeric value. | |
| maxValue | Yes | Optional maximum numeric value. | |
| description | Yes | Optional description shown in Langfuse. | |
| isArchived | Yes | Optional archive flag. |