Organization entities
LLMGW doesn’t have fixed entity model but rather you can define your own suiting the best your business needs.
For each entity you can define
- entity_type: name of entity type
- required: whether entity is required in each LLM request
- allow_multiple: can multiple values of given entity type be set
- spend_limit: optional default spend limit for given entity type, if not set only configured entities are tracked
For more details on entity models and spend limits see Entity model.