Check reference SDK implementations using btca ask
When implementing SDK features or debugging provider-specific issues, check reference implementations.
Use btca ask to check how reference SDKs implement similar features:
# Check Vercel AI SDK for streaming patterns
btca ask -r vercel-ai -q "How does streamObject work?"
# Check Anthropic SDK for tool calling
btca ask -r anthropic-sdk -q "How are tools defined and called?"
# Check Zod for validation patterns
btca ask -r zod -q "How does safeParse handle errors?"
vercel-ai - Streaming, tool calling, structured outputanthropic-sdk - Anthropic API patternszod - Schema validationAdd more: btca config resources add -n <name> -t git -u <url> -b <branch>