mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-03 19:20:07 +02:00
fix(ci): resolve runner parse break and desktop lint warning
This commit is contained in:
@@ -16,7 +16,6 @@ interface LocalChatProps {
|
||||
export function LocalChat({ initialPrompt, conversationId }: LocalChatProps) {
|
||||
const navigate = useNavigate()
|
||||
const {
|
||||
agentId,
|
||||
conversationId: activeConversationId,
|
||||
initError,
|
||||
messages,
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user