Create Log
Creates a log associated to a project. Logs are LLM-call-level data that might depend on other variables.
A “explicit_types” dictionary can be passed as part of the entries
.
If present, any matching key inside this dictionary will override the
inferred type of that particular entry.
This method returns the id of the new stored log.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Name of the project the stored entries will be associated to.
Dictionary containing one or more key:value pairs that will be logged into the platform. Parameters will be automatically versioned based on their values. Values must be JSON serializable. If a explicit_types
dictionary is present, its values will override the inferred types of the entries.
Dictionary containing one or more key:value pairs that will be logged into the platform. Values must be JSON serializable. If a explicit_types
dictionary is present, its values will override the inferred types of the entries.
Enforce strong typing for fields.