Skip to content

classifyTask

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/agent-core/src/tools/tool-profiles.ts

Infer a TaskMode from the user's opening message using keyword heuristics. Returns 'full' when no clear signal is found.

Signature

ts
function classifyTask(message: string): TaskMode

Parameters

NameType
messagestring

Returns: TaskMode

Was this page helpful?

Download as PDF