MCPcopy
hub / github.com/TanStack/ai / codexText

Function codexText

packages/ai-codex/src/adapters/text.ts:378–383  ·  view source on GitHub ↗
(
  model: TModel,
  config: CodexTextConfig = {},
)

Source from the content-addressed store, hash-verified

376 * in its environment.
377 */
378export function codexText<TModel extends CodexModel>(
379 model: TModel,
380 config: CodexTextConfig = {},
381): CodexTextAdapter<TModel> {
382 return new CodexTextAdapter(config, model)
383}

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected