| page_title | subcategory | description |
|---|---|---|
openai_chat_completions Data Source - terraform-provider-openai |
after(String) Identifier for the last chat completion from the previous pagination requestlimit(Number) Number of chat completions to retrieve (defaults to 20, max 100)metadata(Map of String) A list of metadata keys to filter the chat completions bymodel(String) The model used to generate the chat completionsorder(String) Sort order for chat completions by timestamp. Use 'asc' for ascending order or 'desc' for descending order. Defaults to 'asc'.
chat_completions(List of Object) The list of chat completions (see below for nested schema)has_more(Boolean) Whether there are more chat completions to retrieveid(String) The ID of this resource.
Read-Only:
choices(List of Object) (see below for nested schema)created(Number)id(String)model(String)object(String)usage(Map of Number)
Read-Only:
finish_reason(String)index(Number)message(List of Object) (see below for nested schema)
Read-Only:
content(String)function_call(List of Object) (see below for nested schema)role(String)
Read-Only:
arguments(String)name(String)