SIGN IN SIGN UP

refactor(api): change predict endpoint to use async/await and add response model

feat(api): add predict request and response schemas
refactor(interface): rename get_result_and_steps to get_result_and_thought and remove async prefix
fix(interface): use get_result_and_thought instead of async_get_result_and_steps in process_graph_cached
G
Gabriel Almeida committed
0bc96208e4ff1f047d570bbc97f1c6be2a7e55c3
Parent: 8810a03