Uses of Class
com.azure.ai.openai.models.OnYourDataContextProperty
Packages that use OnYourDataContextProperty
-
Uses of OnYourDataContextProperty in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as OnYourDataContextPropertyModifier and TypeFieldDescriptionstatic final OnYourDataContextPropertyOnYourDataContextProperty.ALL_RETRIEVED_DOCUMENTSThe `all_retrieved_documents` property.static final OnYourDataContextPropertyOnYourDataContextProperty.CITATIONSThe `citations` property.static final OnYourDataContextPropertyOnYourDataContextProperty.INTENTThe `intent` property.Methods in com.azure.ai.openai.models that return OnYourDataContextPropertyModifier and TypeMethodDescriptionstatic OnYourDataContextPropertyOnYourDataContextProperty.fromString(String name) Creates or finds a OnYourDataContextProperty from its string representation.Methods in com.azure.ai.openai.models that return types with arguments of type OnYourDataContextPropertyModifier and TypeMethodDescriptionAzureCosmosDBChatExtensionParameters.getIncludeContexts()Get the includeContexts property: The included properties of the output context.AzureSearchChatExtensionParameters.getIncludeContexts()Get the includeContexts property: The included properties of the output context.ElasticsearchChatExtensionParameters.getIncludeContexts()Get the includeContexts property: The included properties of the output context.MongoDBChatExtensionParameters.getIncludeContexts()Get the includeContexts property: The included properties of the output context.PineconeChatExtensionParameters.getIncludeContexts()Get the includeContexts property: The included properties of the output context.static Collection<OnYourDataContextProperty> OnYourDataContextProperty.values()Gets known OnYourDataContextProperty values.Method parameters in com.azure.ai.openai.models with type arguments of type OnYourDataContextPropertyModifier and TypeMethodDescriptionAzureCosmosDBChatExtensionParameters.setIncludeContexts(List<OnYourDataContextProperty> includeContexts) Set the includeContexts property: The included properties of the output context.AzureSearchChatExtensionParameters.setIncludeContexts(List<OnYourDataContextProperty> includeContexts) Set the includeContexts property: The included properties of the output context.ElasticsearchChatExtensionParameters.setIncludeContexts(List<OnYourDataContextProperty> includeContexts) Set the includeContexts property: The included properties of the output context.MongoDBChatExtensionParameters.setIncludeContexts(List<OnYourDataContextProperty> includeContexts) Set the includeContexts property: The included properties of the output context.PineconeChatExtensionParameters.setIncludeContexts(List<OnYourDataContextProperty> includeContexts) Set the includeContexts property: The included properties of the output context.