MCPcopy Create free account
hub / github.com/TanStack/ai / protocol

Method protocol

packages/ai-grok-build/src/adapters/text.ts:189–195  ·  view source on GitHub ↗
(
    options: TextOptions<GrokBuildTextProviderOptions>,
  )

Source from the content-addressed store, hash-verified

187 }
188
189 private protocol(
190 options: TextOptions<GrokBuildTextProviderOptions>,
191 ): GrokBuildProtocol {
192 return (
193 options.modelOptions?.protocol ?? this.adapterConfig.protocol ?? 'acp'
194 )
195 }
196
197 async *chatStream(
198 options: TextOptions<GrokBuildTextProviderOptions>,

Callers 1

chatStreamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected