Interface: PrefactorClaudeOptions
Prefactor TypeScript SDK / @prefactor/claude / PrefactorClaudeOptions
Interface: PrefactorClaudeOptions
Section titled “Interface: PrefactorClaudeOptions”Defined in: packages/claude/src/provider.ts:25
Properties
Section titled “Properties”query()
Section titled “query()”query: (
_params) =>Query
Defined in: packages/claude/src/provider.ts:26
Parameters
Section titled “Parameters”_params
Section titled “_params”prompt
Section titled “prompt”string | AsyncIterable<SDKUserMessage, any, any>
options?
Section titled “options?”Options
Returns
Section titled “Returns”Query