Class: Braintrust::Models::ProjectLogsEvent::Context

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/braintrust/models/project_logs_event.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #initialize, #inspect, #to_h, #to_s

Constructor Details

This class inherits a constructor from Braintrust::BaseModel

Instance Attribute Details

#caller_filenameString

Name of the file in code where the project logs event was created

Returns:

  • (String)


111
# File 'lib/braintrust/models/project_logs_event.rb', line 111

optional :caller_filename, String

#caller_functionnameString

The function in code which created the project logs event

Returns:

  • (String)


116
# File 'lib/braintrust/models/project_logs_event.rb', line 116

optional :caller_functionname, String

#caller_linenoInteger

Line of code where the project logs event was created

Returns:

  • (Integer)


121
# File 'lib/braintrust/models/project_logs_event.rb', line 121

optional :caller_lineno, Integer