wire llms, ui tweaks
This commit is contained in:
@@ -25,6 +25,9 @@ class Endpoints:
|
||||
def crew_notes(flight_id: str) -> str:
|
||||
return f"/scenarios/data/crew-notes/{flight_id}"
|
||||
|
||||
# Config
|
||||
CONFIG_LLM = "/config/llm"
|
||||
|
||||
# Agents
|
||||
AGENT_FCE = "/agents/fce"
|
||||
AGENT_HANDOVER = "/agents/handover"
|
||||
|
||||
Reference in New Issue
Block a user