syakesaba
10/28/2024, 11:25 PMMarvin
10/28/2024, 11:25 PMConsoleHandler
and specified styles. However, there is no specific mention of tracking or logging LLM prompts passed through ControlFlow in the available Prefect 3.x documentation. (source: Prefect 3.x Logging Documentation)
2. No relevant issues regarding LLM prompt logging in ControlFlow were found in the Prefect GitHub issues.
At this point, it seems Prefect 3.x does not have built-in features like Langsmith for tracking or analyzing inputs to LLMs directly in the workflow. You might consider implementing a custom logging mechanism to capture and store this information within your flow for further analysis. This could involve using Prefect's get_run_logger()
in your flow to manually log the prompts being passed to the LLM.
If you have further details or specific use-cases, feel free to share them for more targeted assistance!syakesaba
10/28/2024, 11:26 PMNate
10/28/2024, 11:26 PMMarvin
10/28/2024, 11:26 PMNate
10/28/2024, 11:28 PMsyakesaba
10/28/2024, 11:29 PM