Merge remote-tracking branch 'origin/main' into agent2-history
This commit is contained in:
commit
501e72e8f0
438 changed files with 4195 additions and 10135 deletions
|
@ -302,12 +302,12 @@ mod test_support {
|
|||
if let Some((tool_call, options)) = permission_request {
|
||||
let permission = thread.update(cx, |thread, cx| {
|
||||
thread.request_tool_call_authorization(
|
||||
tool_call.clone(),
|
||||
tool_call.clone().into(),
|
||||
options.clone(),
|
||||
cx,
|
||||
)
|
||||
})?;
|
||||
permission.await?;
|
||||
permission?.await?;
|
||||
}
|
||||
thread.update(cx, |thread, cx| {
|
||||
thread.handle_session_update(update.clone(), cx).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue