Adding Traces
You can add custom traces usingtracer
. Here’s an example of adding traces to a call from OpenAI API.
Adding Logs
You can add logs using thelogger
object from Palico. Here’s an example of adding logs to a call from OpenAI API.
Add custom logs and traces and view them in Palico Studio.
tracer
. Here’s an example of adding traces to a call from OpenAI API.
logger
object from Palico. Here’s an example of adding logs to a call from OpenAI API.