Create a unique cache key for a specific call to a specific language model.
_getSerializedCacheKeyParametersForCall(
callOptions: Partial<Omit<OpenAICallOptions, FireworksUnsupportedCallOptions>> __type
): string| Name | Type | Description |
|---|---|---|
callOptions* | Partial<Omit<OpenAICallOptions, FireworksUnsupportedCallOptions>> & __type | Call options for the model |