Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
func (t *ProcessScene) Execute(ctx context.Context) error { if err := workflows.SetTaskDisplay(ctx, "Process scene " + t.SceneID); err != nil { return err } return nil }
func SetTaskDisplay(ctx context.Context, display string) error
Execute
Was this page helpful?