feat(platform): checkpoint current implementation state
This commit is contained in:
@@ -23,7 +23,18 @@ const TOOL_SELECTION_HINTS = [
|
||||
{
|
||||
keywords: ["holiday", "holidays", "feiertag", "feiertage", "vacation", "vacations", "urlaub", "ferien", "abwesen"],
|
||||
nameFragments: ["holiday", "vacation", "entitlement"],
|
||||
exactTools: ["list_holidays_by_region", "get_resource_holidays", "get_my_timeline_holiday_overlays", "list_holiday_calendars", "get_holiday_calendar", "preview_resolved_holiday_calendar"],
|
||||
exactTools: [
|
||||
"list_holidays_by_region",
|
||||
"get_resource_holidays",
|
||||
"get_vacation_balance",
|
||||
"get_entitlement_summary",
|
||||
"list_vacations_upcoming",
|
||||
"get_team_vacation_overlap",
|
||||
"get_my_timeline_holiday_overlays",
|
||||
"list_holiday_calendars",
|
||||
"get_holiday_calendar",
|
||||
"preview_resolved_holiday_calendar",
|
||||
],
|
||||
},
|
||||
{
|
||||
keywords: ["resource", "resources", "ressource", "ressourcen", "employee", "mitarbeiter", "person", "people", "team", "chapter", "skill", "skills"],
|
||||
@@ -43,7 +54,16 @@ const TOOL_SELECTION_HINTS = [
|
||||
{
|
||||
keywords: ["dashboard", "widget", "widgets", "peak", "forecast", "insight", "insights", "anomaly", "anomalies", "report", "reports", "analyse", "analysis", "bericht"],
|
||||
nameFragments: ["dashboard", "statistics", "report", "insight", "anomal", "health", "forecast", "skill"],
|
||||
exactTools: ["get_statistics", "get_dashboard_detail", "detect_anomalies", "get_skill_gaps", "get_project_health", "get_budget_forecast", "get_insights_summary", "run_report"],
|
||||
exactTools: [
|
||||
"get_statistics",
|
||||
"get_dashboard_detail",
|
||||
"detect_anomalies",
|
||||
"get_skill_gaps",
|
||||
"get_project_health",
|
||||
"get_budget_forecast",
|
||||
"get_insights_summary",
|
||||
"run_report",
|
||||
],
|
||||
},
|
||||
{
|
||||
keywords: ["estimate", "estimates", "angebot", "angebote", "budget", "budgets", "cost", "costs", "kosten", "rate", "rates", "preis", "preise"],
|
||||
|
||||
Reference in New Issue
Block a user