Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - haiListOutputType

Description

Defines a set of results from the OpenAI API.

Properties

Name Type Occurrence Description
help xs:string Optional A description of the instruction.
icon xs:string Optional The display name of the instruction.
id xs:string Optional The id of the instruction for internal use.
isCore xs:boolean Optional If set to true, this is instruction prompt is defined by the Core app.
list Array<haiListOutputType> Optional If this item is a group, then this will contain one or more of the child instructions this group contains
name xs:string Optional The display name of the instruction.
type xs:string Optional The type of this item, is either ‘query’ or ‘folder’.
In This Document