MCPcopy Index your code
hub / github.com/TanStack/ai / claudeCodeText

Function claudeCodeText

packages/ai-claude-code/src/adapters/text.ts:534–539  ·  view source on GitHub ↗
(
  model: TModel,
  config: ClaudeCodeTextConfig = {},
)

Source from the content-addressed store, hash-verified

532 * resume through `modelOptions.sessionId`.
533 */
534export function claudeCodeText<TModel extends ClaudeCodeModel>(
535 model: TModel,
536 config: ClaudeCodeTextConfig = {},
537): ClaudeCodeTextAdapter<TModel> {
538 return new ClaudeCodeTextAdapter(config, model)
539}

Callers 6

agent.tsFile · 0.90
sandbox-agent.tsFile · 0.90
sandbox-triage.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected