fix(ci): resolve runner parse break and desktop lint warning
This commit is contained in:
parent
218e6da544
commit
642b674f33
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue