newSessionComponent property:
submit function takes 2 properties:
| Prop | Description | Type |
|---|---|---|
submit | A function creates new session with proper metadata | (values: { metadata?: Record<string, any> }) => void |
isRunning | true if session is being created | boolean |