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.
Check if the current span is recording
True
False
from keywordsai_tracing import task, get_client @task(name="record_state") def record_state(): client = get_client() return client.is_recording() print(record_state())
Was this page helpful?