(
modelString: string,
muxProviderOptions?: undefined,
opts?: { agentInitiated?: boolean; workspaceId?: string }
)
| 85 | |
| 86 | interface ModelFactoryLike { |
| 87 | createModel( |
| 88 | modelString: string, |
| 89 | muxProviderOptions?: undefined, |
| 90 | opts?: { agentInitiated?: boolean; workspaceId?: string } |
no outgoing calls