new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Electron · all subjects

api modules

4 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

What does extensions module provide

Electron supports a subset of the Chrome Extensions API, primarily to support DevTools extensions and Chromium-internal extensions, but also supports some other extension capabilities. Electron does not support arbitrary Chrome extensions from the store, and perfect compatibility with Chrome's implementation of Extensions is a non-goal of the Electron project.

LanguageModelCreateOptions object structure

LanguageModelCreateOptions extends LanguageModelCreateCoreOptions. It has two properties: signal (AbortSignal, required) and initialPrompts (LanguageModelMessage array, optional).

LanguageModelCreateOptions signal property

The signal property is of type AbortSignal and is required. It is used to abort the language model creation.

LanguageModelCreateOptions initialPrompts property

The initialPrompts property is of type LanguageModelMessage array and is optional. It provides initial prompts for the language model.

Give your agent this brain