File size: 651 Bytes
764a22d
 
 
 
 
 
435f733
764a22d
 
 
435f733
764a22d
 
 
435f733
764a22d
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import chainlit as cl

@cl.set_starters
async def set_starters():
    return [
        cl.Starter(
            label="πŸ‘œ Description of AirBnBs Business",
            message="What is Airbnb's 'Description of Business'?",
            ),
        cl.Starter(
            label="πŸ’΅ Cash and Cash Equivalents",
            message="What was the total value of 'Cash and cash equivalents' as of December 31, 2023?",
            ),
        cl.Starter(
            label="πŸ“ˆ Max Shares for Sale by Chesky",
            message="What is the 'maximum number of shares to be sold under the 10b5-1 Trading plan' by Brian Chesky?",
            ),
        ]