set_model_vibe
Set a model's distinctive feel by providing a one-sentence vibe summary and optional anchor labels, enabling semantic search and characterization.
Instructions
Set the vibe summary and optional extra anchors for a model.
Called by the LLM after reading a model card or understanding a model's
characteristics. The LLM IS the NLP extraction tier — delegate vibes
extraction to the calling model rather than building NLP in Python.
Args:
model_id: Full model ID (e.g. "meta-llama/Llama-3.1-8B-Instruct")
vibe_summary: One sentence capturing the model's distinctive feel
extra_anchors: Optional anchor labels to add (e.g. ["tool-calling", "reasoning"])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ||
| vibe_summary | Yes | ||
| extra_anchors | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |