OpenAIChatCopilotOptions.WithVectorStoreExpireDays

OpenAIChatCopilotOptions.WithVectorStoreExpireDays method

Sets the number of days for vector store expiration in the chat copilot options.

public OpenAIChatCopilotOptions WithVectorStoreExpireDays(int days)
ParameterTypeDescription
daysInt32The number of days for vector store expiration.

Return Value

The current instance of OpenAIChatCopilotOptions.

See Also