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.
Documentation for Prompt Logging
client = observe( anthropic.Anthropic(), log_prompts=True, # include prompt messages in events log_responses=True, # include response text in events )
Was this page helpful?