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
tsfunction classifyTask(message: string): TaskMode
Parameters
| Name | Type |
|---|---|
message | string |
Returns: TaskMode
Was this page helpful?