fix(ci): resolve runner parse break and desktop lint warning

This commit is contained in:
Jiayuan Zhang 2026-02-17 09:50:28 +08:00
parent 218e6da544
commit 642b674f33
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,6 @@ interface LocalChatProps {
export function LocalChat({ initialPrompt, conversationId }: LocalChatProps) {
const navigate = useNavigate()
const {
agentId,
conversationId: activeConversationId,
initError,
messages,

View file

@ -236,6 +236,8 @@ export function evaluateCustomSkillAuthoringConsent(
}
return { allowAuthoring: false, declined: false };
}
/**
* Infer whether a tool call should be classified as error in run-log.
*