You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat
Added Workflow type, which creates a new root span, and then propagating it's context.
Added Task type, which can be created as part of workflow (represents a logical block/processing block). Creates a span in the context of the parent workflow.
Added support for reporting Prompt/Completion in the context of Workflow/Task.
Fix
sdk initialization is now repoted using log.printf instead of fmt.printf