Parse a client spec string ("provider/model") into chat factory args
Source:R/client_config.R
dot-parse_client_spec.RdSupports:
"openai/model-name"->chat_openai_compatible()usingCODEAGENT_BASE_URL"anthropic/model-name"->chat_anthropic(model = "model-name")"alias"-> looked up inaliasesnamed list
Value
An ellmer::Chat object.