Skip to content

Feature/ai assistant - #49

Merged
qkqiankai merged 12 commits into
mainfrom
feature/ai-assistant
Sep 5, 2026
Merged

qkqiankai merged 12 commits into
mainfrom
feature/ai-assistant

Conversation

@qkqiankai

Copy link
Copy Markdown
Contributor

validate ai assistant and skills feature

Comment on lines +350 to +351
router_prompt = ('You are a SOC skill router. Select only relevant skills from this list based on the user request. '
'Return JSON only: {"skills":["exact skill name"]}. Return {"skills":[]} if none apply. Never invent names.\n'

export default function SlaTicketDetailView(props: Props) {
const { ticket, attachments, workLogs, statusValue, notesValue, onStatusChange, onNotesChange, onSubmitStatus, onRefresh, loading } = props;
const { ticket, attachments, workLogs, statusValue, notesValue, onStatusChange, onNotesChange, onSubmitStatus, onRefresh, onRefreshWorkLogs, loading } = props;

export default function SlaTicketDetailView(props: Props) {
const { ticket, attachments, workLogs, statusValue, notesValue, onStatusChange, onNotesChange, onSubmitStatus, onRefresh, loading } = props;
const { ticket, attachments, workLogs, statusValue, notesValue, onStatusChange, onNotesChange, onSubmitStatus, onRefresh, onRefreshWorkLogs, loading } = props;

export default function SlaTicketDetailView(props: Props) {
const { ticket, attachments, workLogs, statusValue, notesValue, onStatusChange, onNotesChange, onSubmitStatus, onRefresh, loading } = props;
const { ticket, attachments, workLogs, statusValue, notesValue, onStatusChange, onNotesChange, onSubmitStatus, onRefresh, onRefreshWorkLogs, loading } = props;

@alexchen16 alexchen16 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@qkqiankai
qkqiankai merged commit 5fe6e50 into main Sep 5, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants